Html Css Color HEX #CEA36C Putty

📋 copy color: '#CEA36C'

red 206 ◦ green 163 ◦ blue 108

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

Shades of Putty #CEA36C

Tints of Putty #CEA36C

RGB

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

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

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

R = 43.19%
G = 34.17%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CEA36C (or 0xCEA36C) is known color: Putty. HEX triplet: CE, A3 and 6C. RGB value is (206,163,108). Sum of RGB (Red+Green+Blue) = 206+163+108=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA36C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA36C is #315C93. Grayscale: #A9A9A9. Windows color (decimal): -3234964 or 7119822. OLE color: 7119822.

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

Color convert

RGB 206 163 108 -
CMYK 0 0.21 0.48 0.19
HSL 33.67º 0.5% 0.62% -
HSV(B) 33.67º 0.48% 0.81% -
XYZ 41.26 40.4 19.81 -
YUV 169.59 93.25 153.97 -
System Red Green Blue C M Y K H S L
Decimal 206 163 108 0 0.21 0.48 0.19 33.67 0.5 0.62
Hex CE A3 6C 0 15 30 13 22 32 3E
Octal 316 243 154 0 25 60 23 42 62 76
Binary 11001110 10100011 1101100 0 10101 110000 10011 100010 110010 111110

Color Harmonies of #CEA36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA36C

Black with #CEA36C

Text Example


Text Example

White with #CEA36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA36C; }

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

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

background-color css

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

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

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

border-color css

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

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

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