Html Css Color HEX #CEA676 Putty

📋 copy color: '#CEA676'

red 206 ◦ green 166 ◦ blue 118

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

Shades of Putty #CEA676

Tints of Putty #CEA676

RGB

 RED value IS 206 (80.86% from 255) = 42.04%

 GREEN value IS 166 (65.23% from 255) = 33.88%

 BLUE value IS 118 (46.48% from 255) = 24.08%

R = 42.04%
G = 33.88%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CEA676 (or 0xCEA676) is known color: Putty. HEX triplet: CE, A6 and 76. RGB value is (206,166,118). Sum of RGB (Red+Green+Blue) = 206+166+118=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA676 is #315989. Grayscale: #ACACAC. Windows color (decimal): -3234186 or 7775950. OLE color: 7775950.

HSL color Cylindrical-coordinate representation of color #CEA676: hue angle of 32.73º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEA676 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 166 118 -
CMYK 0 0.19 0.43 0.19
HSL 32.73º 0.47% 0.64% -
HSV(B) 32.73º 0.43% 0.81% -
XYZ 42.36 41.7 22.96 -
YUV 172.49 97.25 151.9 -
System Red Green Blue C M Y K H S L
Decimal 206 166 118 0 0.19 0.43 0.19 32.73 0.47 0.64
Hex CE A6 76 0 13 2B 13 21 2F 40
Octal 316 246 166 0 23 53 23 41 57 100
Binary 11001110 10100110 1110110 0 10011 101011 10011 100001 101111 1000000

Color Harmonies of #CEA676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA676

Black with #CEA676

Text Example


Text Example

White with #CEA676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA676; }

 p { color: rgb(206,166,118); }

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

background-color css

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

 a { background-color: rgb(206,166,118); }

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

border-color css

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

 span { border-color: rgb(206,166,118); }

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