Html Css Color HEX #CC695E Sunglo

📋 copy color: '#CC695E'

red 204 ◦ green 105 ◦ blue 94

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

Shades of Sunglo #CC695E

Tints of Sunglo #CC695E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.33%

R = 50.62%
G = 26.05%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC695E (or 0xCC695E) is known color: Sunglo. HEX triplet: CC, 69 and 5E. RGB value is (204,105,94). Sum of RGB (Red+Green+Blue) = 204+105+94=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC695E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC695E is #3396A1. Grayscale: #858585. Windows color (decimal): -3380898 or 6187468. OLE color: 6187468.

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

Color convert

RGB 204 105 94 -
CMYK 0 0.49 0.54 0.2
HSL 0.52% 0.58% -
HSV(B) 0.54% 0.8% -
XYZ 31.97 23.75 13.49 -
YUV 133.35 105.8 178.39 -
System Red Green Blue C M Y K H S L
Decimal 204 105 94 0 0.49 0.54 0.2 6 0.52 0.58
Hex CC 69 5E 0 31 36 14 6 34 3A
Octal 314 151 136 0 61 66 24 6 64 72
Binary 11001100 1101001 1011110 0 110001 110110 10100 110 110100 111010

Color Harmonies of #CC695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC695E

Black with #CC695E

Text Example


Text Example

White with #CC695E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC695E; }

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

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

background-color css

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

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

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

border-color css

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

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

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