Html Css Color HEX #CEA76D Putty

📋 copy color: '#CEA76D'

red 206 ◦ green 167 ◦ blue 109

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

Shades of Putty #CEA76D

Tints of Putty #CEA76D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.61%

R = 42.74%
G = 34.65%
B = 22.61%

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

#CEA76D (or 0xCEA76D) is known color: Putty. HEX triplet: CE, A7 and 6D. RGB value is (206,167,109). Sum of RGB (Red+Green+Blue) = 206+167+109=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA76D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA76D is #315892. Grayscale: #ACACAC. Windows color (decimal): -3233939 or 7186382. OLE color: 7186382.

HSL color Cylindrical-coordinate representation of color #CEA76D: hue angle of 35.88º degrees, saturation: 0.5, 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 #CEA76D is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 167 109 -
CMYK 0 0.19 0.47 0.19
HSL 35.88º 0.5% 0.62% -
HSV(B) 35.88º 0.47% 0.81% -
XYZ 42.03 41.86 20.33 -
YUV 172.05 92.42 152.22 -
System Red Green Blue C M Y K H S L
Decimal 206 167 109 0 0.19 0.47 0.19 35.88 0.5 0.62
Hex CE A7 6D 0 13 2F 13 24 32 3E
Octal 316 247 155 0 23 57 23 44 62 76
Binary 11001110 10100111 1101101 0 10011 101111 10011 100100 110010 111110

Color Harmonies of #CEA76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA76D

Black with #CEA76D

Text Example


Text Example

White with #CEA76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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