Html Css Color HEX #CEA86D Putty

📋 copy color: '#CEA86D'

red 206 ◦ green 168 ◦ blue 109

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

Shades of Putty #CEA86D

Tints of Putty #CEA86D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.78%

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

R = 42.65%
G = 34.78%
B = 22.57%

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

#CEA86D (or 0xCEA86D) is known color: Putty. HEX triplet: CE, A8 and 6D. RGB value is (206,168,109). Sum of RGB (Red+Green+Blue) = 206+168+109=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA86D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA86D is #315792. Grayscale: #ACACAC. Windows color (decimal): -3233683 or 7186638. OLE color: 7186638.

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

Color convert

RGB 206 168 109 -
CMYK 0 0.18 0.47 0.19
HSL 36.49º 0.5% 0.62% -
HSV(B) 36.49º 0.47% 0.81% -
XYZ 42.22 42.23 20.39 -
YUV 172.64 92.09 151.8 -
System Red Green Blue C M Y K H S L
Decimal 206 168 109 0 0.18 0.47 0.19 36.49 0.5 0.62
Hex CE A8 6D 0 12 2F 13 24 32 3E
Octal 316 250 155 0 22 57 23 44 62 76
Binary 11001110 10101000 1101101 0 10010 101111 10011 100100 110010 111110

Color Harmonies of #CEA86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA86D

Black with #CEA86D

Text Example


Text Example

White with #CEA86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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