Html Css Color HEX #CEA96D Putty

📋 copy color: '#CEA96D'

red 206 ◦ green 169 ◦ blue 109

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

Shades of Putty #CEA96D

Tints of Putty #CEA96D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.92%

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

R = 42.56%
G = 34.92%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CEA96D (or 0xCEA96D) is known color: Putty. HEX triplet: CE, A9 and 6D. RGB value is (206,169,109). Sum of RGB (Red+Green+Blue) = 206+169+109=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA96D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA96D is #315692. Grayscale: #ADADAD. Windows color (decimal): -3233427 or 7186894. OLE color: 7186894.

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

Color convert

RGB 206 169 109 -
CMYK 0 0.18 0.47 0.19
HSL 37.11º 0.5% 0.62% -
HSV(B) 37.11º 0.47% 0.81% -
XYZ 42.4 42.6 20.46 -
YUV 173.22 91.76 151.38 -
System Red Green Blue C M Y K H S L
Decimal 206 169 109 0 0.18 0.47 0.19 37.11 0.5 0.62
Hex CE A9 6D 0 12 2F 13 25 32 3E
Octal 316 251 155 0 22 57 23 45 62 76
Binary 11001110 10101001 1101101 0 10010 101111 10011 100101 110010 111110

Color Harmonies of #CEA96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA96D

Black with #CEA96D

Text Example


Text Example

White with #CEA96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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