Html Css Color HEX #CEA76C Putty

📋 copy color: '#CEA76C'

red 206 ◦ green 167 ◦ blue 108

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

Shades of Putty #CEA76C

Tints of Putty #CEA76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.45%

R = 42.83%
G = 34.72%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CEA76C (or 0xCEA76C) is known color: Putty. HEX triplet: CE, A7 and 6C. RGB value is (206,167,108). Sum of RGB (Red+Green+Blue) = 206+167+108=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA76C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA76C is #315893. Grayscale: #ACACAC. Windows color (decimal): -3233940 or 7120846. OLE color: 7120846.

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

Color convert

RGB 206 167 108 -
CMYK 0 0.19 0.48 0.19
HSL 36.12º 0.5% 0.62% -
HSV(B) 36.12º 0.48% 0.81% -
XYZ 41.98 41.84 20.05 -
YUV 171.94 91.92 152.3 -
System Red Green Blue C M Y K H S L
Decimal 206 167 108 0 0.19 0.48 0.19 36.12 0.5 0.62
Hex CE A7 6C 0 13 30 13 24 32 3E
Octal 316 247 154 0 23 60 23 44 62 76
Binary 11001110 10100111 1101100 0 10011 110000 10011 100100 110010 111110

Color Harmonies of #CEA76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA76C

Black with #CEA76C

Text Example


Text Example

White with #CEA76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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