Html Css Color HEX #CEB56B Putty

📋 copy color: '#CEB56B'

red 206 ◦ green 181 ◦ blue 107

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

Shades of Putty #CEB56B

Tints of Putty #CEB56B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.66%

R = 41.7%
G = 36.64%
B = 21.66%

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

#CEB56B (or 0xCEB56B) is known color: Putty. HEX triplet: CE, B5 and 6B. RGB value is (206,181,107). Sum of RGB (Red+Green+Blue) = 206+181+107=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 107 (42.19% from 255 or 21.66% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB56B is #314A94. Grayscale: #B4B4B4. Windows color (decimal): -3230357 or 7058894. OLE color: 7058894.

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

Color convert

RGB 206 181 107 -
CMYK 0 0.12 0.48 0.19
HSL 44.85º 0.5% 0.61% -
HSV(B) 44.85º 0.48% 0.81% -
XYZ 44.63 47.23 20.67 -
YUV 180.04 86.78 146.52 -
System Red Green Blue C M Y K H S L
Decimal 206 181 107 0 0.12 0.48 0.19 44.85 0.5 0.61
Hex CE B5 6B 0 C 30 13 2D 32 3D
Octal 316 265 153 0 14 60 23 55 62 75
Binary 11001110 10110101 1101011 0 1100 110000 10011 101101 110010 111101

Color Harmonies of #CEB56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB56B

Black with #CEB56B

Text Example


Text Example

White with #CEB56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB56B; }

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

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

background-color css

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

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

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

border-color css

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

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

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