Html Css Color HEX #CC695F Sunglo

📋 copy color: '#CC695F'

red 204 ◦ green 105 ◦ blue 95

#CC695F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunglo #CC695F

Tints of Sunglo #CC695F

RGB

 RED value IS 204 (80.08% from 255) = 50.5%

 GREEN value IS 105 (41.41% from 255) = 25.99%

 BLUE value IS 95 (37.5% from 255) = 23.51%

R = 50.5%
G = 25.99%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC695F (or 0xCC695F) is known color: Sunglo. HEX triplet: CC, 69 and 5F. RGB value is (204,105,95). Sum of RGB (Red+Green+Blue) = 204+105+95=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC695F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC695F is #3396A0. Grayscale: #858585. Windows color (decimal): -3380897 or 6253004. OLE color: 6253004.

HSL color Cylindrical-coordinate representation of color #CC695F: hue angle of 5.5º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC695F is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 105 95 -
CMYK 0 0.49 0.53 0.2
HSL 5.5º 0.52% 0.59% -
HSV(B) 5.5º 0.53% 0.8% -
XYZ 32.02 23.77 13.73 -
YUV 133.46 106.3 178.31 -
System Red Green Blue C M Y K H S L
Decimal 204 105 95 0 0.49 0.53 0.2 5.5 0.52 0.59
Hex CC 69 5F 0 31 35 14 6 34 3B
Octal 314 151 137 0 61 65 24 6 64 73
Binary 11001100 1101001 1011111 0 110001 110101 10100 110 110100 111011

Color Harmonies of #CC695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC695F

Black with #CC695F

Text Example


Text Example

White with #CC695F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC695F; }

 p { color: rgb(204,105,95); }

 H1.HeaderClassName
 {
   color: #CC695F;
 }
 .AnyTagClassName
 {
   color: #CC695F;
 }
</style>

background-color css

<style>
 a { background-color: #CC695F; }

 a { background-color: rgb(204,105,95); }

 div.DivClassName
 {
   background-color: #CC695F;
 }
 .BgClassName
 {
   background-color: #CC695F;
 }
</style>

border-color css

<style>
 span { border-color: #CC695F; }

 span { border-color: rgb(204,105,95); }

 td.TdClassName
 {
   border-color: #CC695F;
 }
 .TagClassName
 {
   border-color: #CC695F;
 }
</style>