#CBB561

Color #CBB561 Tacha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacha #CBB561

Tints of Tacha #CBB561

Color information

#CBB561 (or 0xCBB561) is unknown color: approx Tacha. HEX triplet: CB, B5 and 61. RGB value is (203,181,97). Sum of RGB (Red+Green+Blue) = 203+181+97=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB561 is #344A9E. Grayscale: #B2B2B2. Windows color (decimal): -3426975 or 6403531. OLE color: 6403531.

HSL color Cylindrical-coordinate representation of color #CBB561: hue angle of 47.55º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBB561 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB20318197-
CMYK00.110.520.20
HSL47.55º50.48%58.82%-
HSV(B)47.55º52.22%79.61%-
XYZ43.3146.6118.02-
YUV17882.29145.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.20%
GREEN value IS 181 (71.09% from 255) = 37.63%
BLUE value IS 97 (38.28% from 255) = 20.17%
R=42.20%
G=37.63%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031819700.110.520.2047.5550.4858.82
HexCBB5610B341430323b
Octal3132651410136424606273
Binary110010111011010111000010101111010010100110000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB561; }

 p { color: rgb(203,181,97); }

 H1.HeaderClassName
 {
   color: #CBB561;
 }
 .AnyTagClassName
 {
   color: #CBB561;
 }
</style>
background-color css

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

 a { background-color: rgb(203,181,97); }

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

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

 span { border-color: rgb(203,181,97); }

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