Html Css Color HEX #CEB173 Putty

📋 copy color: '#CEB173'

red 206 ◦ green 177 ◦ blue 115

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

Shades of Putty #CEB173

Tints of Putty #CEB173

RGB

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

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

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

R = 41.37%
G = 35.54%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CEB173 (or 0xCEB173) is known color: Putty. HEX triplet: CE, B1 and 73. RGB value is (206,177,115). Sum of RGB (Red+Green+Blue) = 206+177+115=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB173 is #314E8C. Grayscale: #B2B2B2. Windows color (decimal): -3231373 or 7582158. OLE color: 7582158.

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

Color convert

RGB 206 177 115 -
CMYK 0 0.14 0.44 0.19
HSL 40.88º 0.48% 0.63% -
HSV(B) 40.88º 0.44% 0.81% -
XYZ 44.27 45.8 22.73 -
YUV 178.6 92.11 147.54 -
System Red Green Blue C M Y K H S L
Decimal 206 177 115 0 0.14 0.44 0.19 40.88 0.48 0.63
Hex CE B1 73 0 E 2C 13 29 30 3F
Octal 316 261 163 0 16 54 23 51 60 77
Binary 11001110 10110001 1110011 0 1110 101100 10011 101001 110000 111111

Color Harmonies of #CEB173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB173

Black with #CEB173

Text Example


Text Example

White with #CEB173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB173; }

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

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

background-color css

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

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

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

border-color css

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

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

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