Html Css Color HEX #CEB56C Putty

📋 copy color: '#CEB56C'

red 206 ◦ green 181 ◦ blue 108

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

Shades of Putty #CEB56C

Tints of Putty #CEB56C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.57%

 BLUE value IS 108 (42.58% from 255) = 21.82%

R = 41.62%
G = 36.57%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CEB56C (or 0xCEB56C) is known color: Putty. HEX triplet: CE, B5 and 6C. RGB value is (206,181,108). Sum of RGB (Red+Green+Blue) = 206+181+108=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB56C is #314A93. Grayscale: #B4B4B4. Windows color (decimal): -3230356 or 7124430. OLE color: 7124430.

HSL color Cylindrical-coordinate representation of color #CEB56C: hue angle of 44.69º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEB56C is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 181 108 -
CMYK 0 0.12 0.48 0.19
HSL 44.69º 0.5% 0.62% -
HSV(B) 44.69º 0.48% 0.81% -
XYZ 44.68 47.25 20.95 -
YUV 180.15 87.28 146.44 -
System Red Green Blue C M Y K H S L
Decimal 206 181 108 0 0.12 0.48 0.19 44.69 0.5 0.62
Hex CE B5 6C 0 C 30 13 2D 32 3E
Octal 316 265 154 0 14 60 23 55 62 76
Binary 11001110 10110101 1101100 0 1100 110000 10011 101101 110010 111110

Color Harmonies of #CEB56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB56C

Black with #CEB56C

Text Example


Text Example

White with #CEB56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB56C; }

 p { color: rgb(206,181,108); }

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

background-color css

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

 a { background-color: rgb(206,181,108); }

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

border-color css

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

 span { border-color: rgb(206,181,108); }

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