Html Css Color HEX #CEA470 Putty

📋 copy color: '#CEA470'

red 206 ◦ green 164 ◦ blue 112

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

Shades of Putty #CEA470

Tints of Putty #CEA470

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.02%

 BLUE value IS 112 (44.14% from 255) = 23.24%

R = 42.74%
G = 34.02%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CEA470 (or 0xCEA470) is known color: Putty. HEX triplet: CE, A4 and 70. RGB value is (206,164,112). Sum of RGB (Red+Green+Blue) = 206+164+112=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA470 is #315B8F. Grayscale: #AAAAAA. Windows color (decimal): -3234704 or 7382222. OLE color: 7382222.

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

Color convert

RGB 206 164 112 -
CMYK 0 0.20 0.46 0.19
HSL 33.19º 0.49% 0.62% -
HSV(B) 33.19º 0.46% 0.81% -
XYZ 41.65 40.84 21.02 -
YUV 170.63 94.91 153.23 -
System Red Green Blue C M Y K H S L
Decimal 206 164 112 0 0.20 0.46 0.19 33.19 0.49 0.62
Hex CE A4 70 0 14 2E 13 21 31 3E
Octal 316 244 160 0 24 56 23 41 61 76
Binary 11001110 10100100 1110000 0 10100 101110 10011 100001 110001 111110

Color Harmonies of #CEA470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA470

Black with #CEA470

Text Example


Text Example

White with #CEA470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA470; }

 p { color: rgb(206,164,112); }

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

background-color css

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

 a { background-color: rgb(206,164,112); }

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

border-color css

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

 span { border-color: rgb(206,164,112); }

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