Html Css Color HEX #CEA66F Putty

📋 copy color: '#CEA66F'

red 206 ◦ green 166 ◦ blue 111

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

Shades of Putty #CEA66F

Tints of Putty #CEA66F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.37%

 BLUE value IS 111 (43.75% from 255) = 22.98%

R = 42.65%
G = 34.37%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CEA66F (or 0xCEA66F) is known color: Putty. HEX triplet: CE, A6 and 6F. RGB value is (206,166,111). Sum of RGB (Red+Green+Blue) = 206+166+111=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA66F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA66F is #315990. Grayscale: #ABABAB. Windows color (decimal): -3234193 or 7317198. OLE color: 7317198.

HSL color Cylindrical-coordinate representation of color #CEA66F: hue angle of 34.74º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEA66F is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 166 111 -
CMYK 0 0.19 0.46 0.19
HSL 34.74º 0.49% 0.62% -
HSV(B) 34.74º 0.46% 0.81% -
XYZ 41.96 41.54 20.85 -
YUV 171.69 93.75 152.47 -
System Red Green Blue C M Y K H S L
Decimal 206 166 111 0 0.19 0.46 0.19 34.74 0.49 0.62
Hex CE A6 6F 0 13 2E 13 23 31 3E
Octal 316 246 157 0 23 56 23 43 61 76
Binary 11001110 10100110 1101111 0 10011 101110 10011 100011 110001 111110

Color Harmonies of #CEA66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA66F

Black with #CEA66F

Text Example


Text Example

White with #CEA66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA66F; }

 p { color: rgb(206,166,111); }

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

background-color css

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

 a { background-color: rgb(206,166,111); }

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

border-color css

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

 span { border-color: rgb(206,166,111); }

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