#CBC159

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

Shades of Tacha #CBC159

Tints of Tacha #CBC159

Color information

#CBC159 (or 0xCBC159) is unknown color: approx Tacha. HEX triplet: CB, C1 and 59. RGB value is (203,193,89). Sum of RGB (Red+Green+Blue) = 203+193+89=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 89 (35.16% from 255 or 18.35% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC159 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC159 is #343EA6. Grayscale: #B8B8B8. Windows color (decimal): -3423911 or 5882315. OLE color: 5882315.

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

Color convert

RGB20319389-
CMYK00.050.560.20
HSL54.74º52.29%57.25%-
HSV(B)54.74º56.16%79.61%-
XYZ45.551.5617-
YUV184.1374.31141.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.86%
GREEN value IS 193 (75.78% from 255) = 39.79%
BLUE value IS 89 (35.16% from 255) = 18.35%
R=41.86%
G=39.79%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031938900.050.560.2054.7452.2957.25
HexCBC159053814373439
Octal313301131057024676471
Binary11001011110000011011001010111100010100110111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC159; }

 p { color: rgb(203,193,89); }

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

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

 a { background-color: rgb(203,193,89); }

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

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

 span { border-color: rgb(203,193,89); }

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