Html Css Color HEX #CEB971 Putty

📋 copy color: '#CEB971'

red 206 ◦ green 185 ◦ blue 113

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

Shades of Putty #CEB971

Tints of Putty #CEB971

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.71%

 BLUE value IS 113 (44.53% from 255) = 22.42%

R = 40.87%
G = 36.71%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CEB971 (or 0xCEB971) is known color: Putty. HEX triplet: CE, B9 and 71. RGB value is (206,185,113). Sum of RGB (Red+Green+Blue) = 206+185+113=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB971 is #31468E. Grayscale: #B7B7B7. Windows color (decimal): -3229327 or 7453134. OLE color: 7453134.

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

Color convert

RGB 206 185 113 -
CMYK 0 0.10 0.45 0.19
HSL 46.45º 0.49% 0.63% -
HSV(B) 46.45º 0.45% 0.81% -
XYZ 45.78 49.01 22.67 -
YUV 183.07 88.46 144.35 -
System Red Green Blue C M Y K H S L
Decimal 206 185 113 0 0.10 0.45 0.19 46.45 0.49 0.63
Hex CE B9 71 0 A 2D 13 2E 31 3F
Octal 316 271 161 0 12 55 23 56 61 77
Binary 11001110 10111001 1110001 0 1010 101101 10011 101110 110001 111111

Color Harmonies of #CEB971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB971

Black with #CEB971

Text Example


Text Example

White with #CEB971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB971; }

 p { color: rgb(206,185,113); }

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

background-color css

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

 a { background-color: rgb(206,185,113); }

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

border-color css

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

 span { border-color: rgb(206,185,113); }

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