Html Css Color HEX #CEB175 Putty

📋 copy color: '#CEB175'

red 206 ◦ green 177 ◦ blue 117

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

Shades of Putty #CEB175

Tints of Putty #CEB175

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.4%

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

R = 41.2%
G = 35.4%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CEB175 (or 0xCEB175) is known color: Putty. HEX triplet: CE, B1 and 75. RGB value is (206,177,117). Sum of RGB (Red+Green+Blue) = 206+177+117=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB175 is #314E8A. Grayscale: #B3B3B3. Windows color (decimal): -3231371 or 7713230. OLE color: 7713230.

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

Color convert

RGB 206 177 117 -
CMYK 0 0.14 0.43 0.19
HSL 40.45º 0.48% 0.63% -
HSV(B) 40.45º 0.43% 0.81% -
XYZ 44.39 45.85 23.34 -
YUV 178.83 93.11 147.38 -
System Red Green Blue C M Y K H S L
Decimal 206 177 117 0 0.14 0.43 0.19 40.45 0.48 0.63
Hex CE B1 75 0 E 2B 13 28 30 3F
Octal 316 261 165 0 16 53 23 50 60 77
Binary 11001110 10110001 1110101 0 1110 101011 10011 101000 110000 111111

Color Harmonies of #CEB175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB175

Black with #CEB175

Text Example


Text Example

White with #CEB175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB175; }

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

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

background-color css

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

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

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

border-color css

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

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

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