Html Css Color HEX #CEB073 Putty

📋 copy color: '#CEB073'

red 206 ◦ green 176 ◦ blue 115

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

Shades of Putty #CEB073

Tints of Putty #CEB073

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.41%

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

R = 41.45%
G = 35.41%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CEB073 (or 0xCEB073) is known color: Putty. HEX triplet: CE, B0 and 73. RGB value is (206,176,115). Sum of RGB (Red+Green+Blue) = 206+176+115=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB073 is #314F8C. Grayscale: #B2B2B2. Windows color (decimal): -3231629 or 7581902. OLE color: 7581902.

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

Color convert

RGB 206 176 115 -
CMYK 0 0.15 0.44 0.19
HSL 40.22º 0.48% 0.63% -
HSV(B) 40.22º 0.44% 0.81% -
XYZ 44.07 45.41 22.66 -
YUV 178.02 92.44 147.96 -
System Red Green Blue C M Y K H S L
Decimal 206 176 115 0 0.15 0.44 0.19 40.22 0.48 0.63
Hex CE B0 73 0 F 2C 13 28 30 3F
Octal 316 260 163 0 17 54 23 50 60 77
Binary 11001110 10110000 1110011 0 1111 101100 10011 101000 110000 111111

Color Harmonies of #CEB073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB073

Black with #CEB073

Text Example


Text Example

White with #CEB073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB073; }

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

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

background-color css

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

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

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

border-color css

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

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

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