Html Css Color HEX #CEA474 Putty

📋 copy color: '#CEA474'

red 206 ◦ green 164 ◦ blue 116

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

Shades of Putty #CEA474

Tints of Putty #CEA474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.87%

R = 42.39%
G = 33.74%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CEA474 (or 0xCEA474) is known color: Putty. HEX triplet: CE, A4 and 74. RGB value is (206,164,116). Sum of RGB (Red+Green+Blue) = 206+164+116=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA474 is #315B8B. Grayscale: #ABABAB. Windows color (decimal): -3234700 or 7644366. OLE color: 7644366.

HSL color Cylindrical-coordinate representation of color #CEA474: hue angle of 32º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CEA474 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 164 116 -
CMYK 0 0.20 0.44 0.19
HSL 32º 0.48% 0.63% -
HSV(B) 32º 0.44% 0.81% -
XYZ 41.88 40.93 22.22 -
YUV 171.09 96.91 152.9 -
System Red Green Blue C M Y K H S L
Decimal 206 164 116 0 0.20 0.44 0.19 32 0.48 0.63
Hex CE A4 74 0 14 2C 13 20 30 3F
Octal 316 244 164 0 24 54 23 40 60 77
Binary 11001110 10100100 1110100 0 10100 101100 10011 100000 110000 111111

Color Harmonies of #CEA474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA474

Black with #CEA474

Text Example


Text Example

White with #CEA474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA474; }

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

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

background-color css

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

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

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

border-color css

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

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

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