Html Css Color HEX #CEA76E Putty

📋 copy color: '#CEA76E'

red 206 ◦ green 167 ◦ blue 110

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

Shades of Putty #CEA76E

Tints of Putty #CEA76E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.58%

 BLUE value IS 110 (43.36% from 255) = 22.77%

R = 42.65%
G = 34.58%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CEA76E (or 0xCEA76E) is known color: Putty. HEX triplet: CE, A7 and 6E. RGB value is (206,167,110). Sum of RGB (Red+Green+Blue) = 206+167+110=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA76E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA76E is #315891. Grayscale: #ACACAC. Windows color (decimal): -3233938 or 7251918. OLE color: 7251918.

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

Color convert

RGB 206 167 110 -
CMYK 0 0.19 0.47 0.19
HSL 35.63º 0.49% 0.62% -
HSV(B) 35.63º 0.47% 0.81% -
XYZ 42.09 41.89 20.62 -
YUV 172.16 92.92 152.13 -
System Red Green Blue C M Y K H S L
Decimal 206 167 110 0 0.19 0.47 0.19 35.63 0.49 0.62
Hex CE A7 6E 0 13 2F 13 24 31 3E
Octal 316 247 156 0 23 57 23 44 61 76
Binary 11001110 10100111 1101110 0 10011 101111 10011 100100 110001 111110

Color Harmonies of #CEA76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA76E

Black with #CEA76E

Text Example


Text Example

White with #CEA76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA76E; }

 p { color: rgb(206,167,110); }

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

background-color css

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

 a { background-color: rgb(206,167,110); }

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

border-color css

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

 span { border-color: rgb(206,167,110); }

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