Html Css Color HEX #CEA573 Putty

📋 copy color: '#CEA573'

red 206 ◦ green 165 ◦ blue 115

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

Shades of Putty #CEA573

Tints of Putty #CEA573

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.95%

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

R = 42.39%
G = 33.95%
B = 23.66%

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

#CEA573 (or 0xCEA573) is known color: Putty. HEX triplet: CE, A5 and 73. RGB value is (206,165,115). Sum of RGB (Red+Green+Blue) = 206+165+115=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA573 is #315A8C. Grayscale: #ABABAB. Windows color (decimal): -3234445 or 7579086. OLE color: 7579086.

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

Color convert

RGB 206 165 115 -
CMYK 0 0.20 0.44 0.19
HSL 32.97º 0.48% 0.63% -
HSV(B) 32.97º 0.44% 0.81% -
XYZ 42 41.27 21.97 -
YUV 171.56 96.08 152.57 -
System Red Green Blue C M Y K H S L
Decimal 206 165 115 0 0.20 0.44 0.19 32.97 0.48 0.63
Hex CE A5 73 0 14 2C 13 21 30 3F
Octal 316 245 163 0 24 54 23 41 60 77
Binary 11001110 10100101 1110011 0 10100 101100 10011 100001 110000 111111

Color Harmonies of #CEA573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA573

Black with #CEA573

Text Example


Text Example

White with #CEA573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA573; }

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

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

background-color css

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

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

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

border-color css

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

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

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