Html Css Color HEX #CEB771 Putty

📋 copy color: '#CEB771'

red 206 ◦ green 183 ◦ blue 113

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

Shades of Putty #CEB771

Tints of Putty #CEB771

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.45%

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

R = 41.04%
G = 36.45%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CEB771 (or 0xCEB771) is known color: Putty. HEX triplet: CE, B7 and 71. RGB value is (206,183,113). Sum of RGB (Red+Green+Blue) = 206+183+113=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB771 is #31488E. Grayscale: #B6B6B6. Windows color (decimal): -3229839 or 7452622. OLE color: 7452622.

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

Color convert

RGB 206 183 113 -
CMYK 0 0.11 0.45 0.19
HSL 45.16º 0.49% 0.63% -
HSV(B) 45.16º 0.45% 0.81% -
XYZ 45.37 48.18 22.53 -
YUV 181.9 89.12 145.19 -
System Red Green Blue C M Y K H S L
Decimal 206 183 113 0 0.11 0.45 0.19 45.16 0.49 0.63
Hex CE B7 71 0 B 2D 13 2D 31 3F
Octal 316 267 161 0 13 55 23 55 61 77
Binary 11001110 10110111 1110001 0 1011 101101 10011 101101 110001 111111

Color Harmonies of #CEB771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB771

Black with #CEB771

Text Example


Text Example

White with #CEB771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB771; }

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

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

background-color css

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

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

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

border-color css

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

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

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