Html Css Color HEX #CEB776 Putty

📋 copy color: '#CEB776'

red 206 ◦ green 183 ◦ blue 118

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

Shades of Putty #CEB776

Tints of Putty #CEB776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.27%

R = 40.63%
G = 36.09%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CEB776 (or 0xCEB776) is known color: Putty. HEX triplet: CE, B7 and 76. RGB value is (206,183,118). Sum of RGB (Red+Green+Blue) = 206+183+118=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB776 is #314889. Grayscale: #B6B6B6. Windows color (decimal): -3229834 or 7780302. OLE color: 7780302.

HSL color Cylindrical-coordinate representation of color #CEB776: hue angle of 44.32º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEB776 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 183 118 -
CMYK 0 0.11 0.43 0.19
HSL 44.32º 0.47% 0.64% -
HSV(B) 44.32º 0.43% 0.81% -
XYZ 45.66 48.3 24.06 -
YUV 182.47 91.62 144.79 -
System Red Green Blue C M Y K H S L
Decimal 206 183 118 0 0.11 0.43 0.19 44.32 0.47 0.64
Hex CE B7 76 0 B 2B 13 2C 2F 40
Octal 316 267 166 0 13 53 23 54 57 100
Binary 11001110 10110111 1110110 0 1011 101011 10011 101100 101111 1000000

Color Harmonies of #CEB776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB776

Black with #CEB776

Text Example


Text Example

White with #CEB776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB776; }

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

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

background-color css

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

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

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

border-color css

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

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

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