Html Css Color HEX #CEA96E Putty

📋 copy color: '#CEA96E'

red 206 ◦ green 169 ◦ blue 110

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

Shades of Putty #CEA96E

Tints of Putty #CEA96E

RGB

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

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

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

R = 42.47%
G = 34.85%
B = 22.68%

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

#CEA96E (or 0xCEA96E) is known color: Putty. HEX triplet: CE, A9 and 6E. RGB value is (206,169,110). Sum of RGB (Red+Green+Blue) = 206+169+110=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA96E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA96E is #315691. Grayscale: #ADADAD. Windows color (decimal): -3233426 or 7252430. OLE color: 7252430.

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

Color convert

RGB 206 169 110 -
CMYK 0 0.18 0.47 0.19
HSL 36.88º 0.49% 0.62% -
HSV(B) 36.88º 0.47% 0.81% -
XYZ 42.46 42.62 20.74 -
YUV 173.34 92.26 151.3 -
System Red Green Blue C M Y K H S L
Decimal 206 169 110 0 0.18 0.47 0.19 36.88 0.49 0.62
Hex CE A9 6E 0 12 2F 13 25 31 3E
Octal 316 251 156 0 22 57 23 45 61 76
Binary 11001110 10101001 1101110 0 10010 101111 10011 100101 110001 111110

Color Harmonies of #CEA96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA96E

Black with #CEA96E

Text Example


Text Example

White with #CEA96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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