Html Css Color HEX #CEB673 Putty

📋 copy color: '#CEB673'

red 206 ◦ green 182 ◦ blue 115

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

Shades of Putty #CEB673

Tints of Putty #CEB673

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.18%

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

R = 40.95%
G = 36.18%
B = 22.86%

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

#CEB673 (or 0xCEB673) is known color: Putty. HEX triplet: CE, B6 and 73. RGB value is (206,182,115). Sum of RGB (Red+Green+Blue) = 206+182+115=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 115 (45.31% from 255 or 22.86% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB673 is #31498C. Grayscale: #B5B5B5. Windows color (decimal): -3230093 or 7583438. OLE color: 7583438.

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

Color convert

RGB 206 182 115 -
CMYK 0 0.12 0.44 0.19
HSL 44.18º 0.48% 0.63% -
HSV(B) 44.18º 0.44% 0.81% -
XYZ 45.28 47.82 23.06 -
YUV 181.54 90.45 145.45 -
System Red Green Blue C M Y K H S L
Decimal 206 182 115 0 0.12 0.44 0.19 44.18 0.48 0.63
Hex CE B6 73 0 C 2C 13 2C 30 3F
Octal 316 266 163 0 14 54 23 54 60 77
Binary 11001110 10110110 1110011 0 1100 101100 10011 101100 110000 111111

Color Harmonies of #CEB673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB673

Black with #CEB673

Text Example


Text Example

White with #CEB673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB673; }

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

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

background-color css

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

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

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

border-color css

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

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

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