#CBC063

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

Shades of Tacha #CBC063

Tints of Tacha #CBC063

Color information

#CBC063 (or 0xCBC063) is unknown color: approx Tacha. HEX triplet: CB, C0 and 63. RGB value is (203,192,99). Sum of RGB (Red+Green+Blue) = 203+192+99=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC063 is #343F9C. Grayscale: #B9B9B9. Windows color (decimal): -3424157 or 6537419. OLE color: 6537419.

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

Color convert

RGB20319299-
CMYK00.050.510.20
HSL53.65º50%59.22%-
HSV(B)53.65º51.23%79.61%-
XYZ45.7351.319.3-
YUV184.6979.64141.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.09%
GREEN value IS 192 (75.39% from 255) = 38.87%
BLUE value IS 99 (39.06% from 255) = 20.04%
R=41.09%
G=38.87%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031929900.050.510.2053.655059.22
HexCBC06305331436323b
Octal313300143056324666273
Binary11001011110000001100011010111001110100110110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC063; }

 p { color: rgb(203,192,99); }

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

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

 a { background-color: rgb(203,192,99); }

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

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

 span { border-color: rgb(203,192,99); }

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