Html Css Color HEX #CEA36E Putty

📋 copy color: '#CEA36E'

red 206 ◦ green 163 ◦ blue 110

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

Shades of Putty #CEA36E

Tints of Putty #CEA36E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.03%

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

R = 43.01%
G = 34.03%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CEA36E (or 0xCEA36E) is known color: Putty. HEX triplet: CE, A3 and 6E. RGB value is (206,163,110). Sum of RGB (Red+Green+Blue) = 206+163+110=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA36E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA36E is #315C91. Grayscale: #AAAAAA. Windows color (decimal): -3234962 or 7250894. OLE color: 7250894.

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

Color convert

RGB 206 163 110 -
CMYK 0 0.21 0.47 0.19
HSL 33.13º 0.49% 0.62% -
HSV(B) 33.13º 0.47% 0.81% -
XYZ 41.37 40.44 20.38 -
YUV 169.82 94.25 153.81 -
System Red Green Blue C M Y K H S L
Decimal 206 163 110 0 0.21 0.47 0.19 33.13 0.49 0.62
Hex CE A3 6E 0 15 2F 13 21 31 3E
Octal 316 243 156 0 25 57 23 41 61 76
Binary 11001110 10100011 1101110 0 10101 101111 10011 100001 110001 111110

Color Harmonies of #CEA36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA36E

Black with #CEA36E

Text Example


Text Example

White with #CEA36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA36E; }

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

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

background-color css

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

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

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

border-color css

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

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

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