Html Css Color HEX #CEA473 Putty

📋 copy color: '#CEA473'

red 206 ◦ green 164 ◦ blue 115

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

Shades of Putty #CEA473

Tints of Putty #CEA473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.71%

R = 42.47%
G = 33.81%
B = 23.71%

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

#CEA473 (or 0xCEA473) is known color: Putty. HEX triplet: CE, A4 and 73. RGB value is (206,164,115). Sum of RGB (Red+Green+Blue) = 206+164+115=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA473 is #315B8C. Grayscale: #ABABAB. Windows color (decimal): -3234701 or 7578830. OLE color: 7578830.

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

Color convert

RGB 206 164 115 -
CMYK 0 0.20 0.44 0.19
HSL 32.31º 0.48% 0.63% -
HSV(B) 32.31º 0.44% 0.81% -
XYZ 41.82 40.91 21.91 -
YUV 170.97 96.41 152.98 -
System Red Green Blue C M Y K H S L
Decimal 206 164 115 0 0.20 0.44 0.19 32.31 0.48 0.63
Hex CE A4 73 0 14 2C 13 20 30 3F
Octal 316 244 163 0 24 54 23 40 60 77
Binary 11001110 10100100 1110011 0 10100 101100 10011 100000 110000 111111

Color Harmonies of #CEA473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA473

Black with #CEA473

Text Example


Text Example

White with #CEA473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA473; }

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

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

background-color css

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

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

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

border-color css

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

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

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