Html Css Color HEX #CEA373 Putty

📋 copy color: '#CEA373'

red 206 ◦ green 163 ◦ blue 115

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

Shades of Putty #CEA373

Tints of Putty #CEA373

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.68%

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

R = 42.56%
G = 33.68%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CEA373 (or 0xCEA373) is known color: Putty. HEX triplet: CE, A3 and 73. RGB value is (206,163,115). Sum of RGB (Red+Green+Blue) = 206+163+115=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA373 is #315C8C. Grayscale: #AAAAAA. Windows color (decimal): -3234957 or 7578574. OLE color: 7578574.

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

Color convert

RGB 206 163 115 -
CMYK 0 0.21 0.44 0.19
HSL 31.65º 0.48% 0.63% -
HSV(B) 31.65º 0.44% 0.81% -
XYZ 41.65 40.55 21.85 -
YUV 170.39 96.75 153.4 -
System Red Green Blue C M Y K H S L
Decimal 206 163 115 0 0.21 0.44 0.19 31.65 0.48 0.63
Hex CE A3 73 0 15 2C 13 20 30 3F
Octal 316 243 163 0 25 54 23 40 60 77
Binary 11001110 10100011 1110011 0 10101 101100 10011 100000 110000 111111

Color Harmonies of #CEA373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA373

Black with #CEA373

Text Example


Text Example

White with #CEA373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA373; }

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

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

background-color css

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

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

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

border-color css

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

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

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