#CBC560

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

Shades of Tacha #CBC560

Tints of Tacha #CBC560

Color information

#CBC560 (or 0xCBC560) is unknown color: approx Tacha. HEX triplet: CB, C5 and 60. RGB value is (203,197,96). Sum of RGB (Red+Green+Blue) = 203+197+96=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 96 (37.89% from 255 or 19.35% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC560 is #343A9F. Grayscale: #BBBBBB. Windows color (decimal): -3422880 or 6342091. OLE color: 6342091.

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

Color convert

RGB20319796-
CMYK00.030.530.20
HSL56.64º50.71%58.63%-
HSV(B)56.64º52.71%79.61%-
XYZ46.7153.4718.93-
YUV187.2876.49139.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.93%
GREEN value IS 197 (77.34% from 255) = 39.72%
BLUE value IS 96 (37.89% from 255) = 19.35%
R=40.93%
G=39.72%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031979600.030.530.2056.6450.7158.63
HexCBC56003351439333b
Octal313305140036524716373
Binary1100101111000101110000001111010110100111001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC560; }

 p { color: rgb(203,197,96); }

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

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

 a { background-color: rgb(203,197,96); }

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

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

 span { border-color: rgb(203,197,96); }

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