#CABF63

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

Shades of Tacha #CABF63

Tints of Tacha #CABF63

Color information

#CABF63 (or 0xCABF63) is unknown color: approx Tacha. HEX triplet: CA, BF and 63. RGB value is (202,191,99). Sum of RGB (Red+Green+Blue) = 202+191+99=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 99 (39.06% from 255 or 20.12% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CABF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABF63 is #35409C. Grayscale: #B8B8B8. Windows color (decimal): -3489949 or 6537162. OLE color: 6537162.

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

Color convert

RGB20219199-
CMYK00.050.510.21
HSL53.59º49.28%59.02%-
HSV(B)53.59º50.99%79.22%-
XYZ45.2450.7219.21-
YUV183.880.14140.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.06%
GREEN value IS 191 (75% from 255) = 38.82%
BLUE value IS 99 (39.06% from 255) = 20.12%
R=41.06%
G=38.82%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021919900.050.510.2153.5949.2859.02
HexCABF6305331536313b
Octal312277143056325666173
Binary11001010101111111100011010111001110101110110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABF63; }

 p { color: rgb(202,191,99); }

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

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

 a { background-color: rgb(202,191,99); }

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

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

 span { border-color: rgb(202,191,99); }

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