Html Css Color HEX #CEB573 Putty

📋 copy color: '#CEB573'

red 206 ◦ green 181 ◦ blue 115

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

Shades of Putty #CEB573

Tints of Putty #CEB573

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.06%

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

R = 41.04%
G = 36.06%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CEB573 (or 0xCEB573) is known color: Putty. HEX triplet: CE, B5 and 73. RGB value is (206,181,115). Sum of RGB (Red+Green+Blue) = 206+181+115=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB573 is #314A8C. Grayscale: #B5B5B5. Windows color (decimal): -3230349 or 7583182. OLE color: 7583182.

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

Color convert

RGB 206 181 115 -
CMYK 0 0.12 0.44 0.19
HSL 43.52º 0.48% 0.63% -
HSV(B) 43.52º 0.44% 0.81% -
XYZ 45.07 47.41 22.99 -
YUV 180.95 90.78 145.87 -
System Red Green Blue C M Y K H S L
Decimal 206 181 115 0 0.12 0.44 0.19 43.52 0.48 0.63
Hex CE B5 73 0 C 2C 13 2C 30 3F
Octal 316 265 163 0 14 54 23 54 60 77
Binary 11001110 10110101 1110011 0 1100 101100 10011 101100 110000 111111

Color Harmonies of #CEB573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB573

Black with #CEB573

Text Example


Text Example

White with #CEB573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB573; }

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

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

background-color css

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

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

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

border-color css

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

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

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