Html Css Color HEX #CEB575 Putty

📋 copy color: '#CEB575'

red 206 ◦ green 181 ◦ blue 117

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

Shades of Putty #CEB575

Tints of Putty #CEB575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.21%

R = 40.87%
G = 35.91%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CEB575 (or 0xCEB575) is known color: Putty. HEX triplet: CE, B5 and 75. RGB value is (206,181,117). Sum of RGB (Red+Green+Blue) = 206+181+117=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB575 is #314A8A. Grayscale: #B5B5B5. Windows color (decimal): -3230347 or 7714254. OLE color: 7714254.

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

Color convert

RGB 206 181 117 -
CMYK 0 0.12 0.43 0.19
HSL 43.15º 0.48% 0.63% -
HSV(B) 43.15º 0.43% 0.81% -
XYZ 45.19 47.45 23.61 -
YUV 181.18 91.78 145.7 -
System Red Green Blue C M Y K H S L
Decimal 206 181 117 0 0.12 0.43 0.19 43.15 0.48 0.63
Hex CE B5 75 0 C 2B 13 2B 30 3F
Octal 316 265 165 0 14 53 23 53 60 77
Binary 11001110 10110101 1110101 0 1100 101011 10011 101011 110000 111111

Color Harmonies of #CEB575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB575

Black with #CEB575

Text Example


Text Example

White with #CEB575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB575; }

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

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

background-color css

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

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

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

border-color css

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

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

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