#CBBE63

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

Shades of Tacha #CBBE63

Tints of Tacha #CBBE63

Color information

#CBBE63 (or 0xCBBE63) is unknown color: approx Tacha. HEX triplet: CB, BE and 63. RGB value is (203,190,99). Sum of RGB (Red+Green+Blue) = 203+190+99=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 99 (39.06% from 255 or 20.12% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBE63 is #34419C. Grayscale: #B7B7B7. Windows color (decimal): -3424669 or 6536907. OLE color: 6536907.

HSL color Cylindrical-coordinate representation of color #CBBE63: hue angle of 52.5º 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 #CBBE63 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB20319099-
CMYK00.060.510.20
HSL52.5º50%59.22%-
HSV(B)52.5º51.23%79.61%-
XYZ45.2950.4219.15-
YUV183.5180.31141.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.26%
GREEN value IS 190 (74.61% from 255) = 38.62%
BLUE value IS 99 (39.06% from 255) = 20.12%
R=41.26%
G=38.62%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031909900.060.510.2052.55059.22
HexCBBE6306331434323b
Octal313276143066324646273
Binary11001011101111101100011011011001110100110100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBE63; }

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

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

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

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

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

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

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

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