#CABA63

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

Shades of Tacha #CABA63

Tints of Tacha #CABA63

Color information

#CABA63 (or 0xCABA63) is unknown color: approx Tacha. HEX triplet: CA, BA and 63. RGB value is (202,186,99). Sum of RGB (Red+Green+Blue) = 202+186+99=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 99 (39.06% from 255 or 20.33% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA63 is #35459C. Grayscale: #B5B5B5. Windows color (decimal): -3491229 or 6535882. OLE color: 6535882.

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

Color convert

RGB20218699-
CMYK00.080.510.21
HSL50.68º49.28%59.02%-
HSV(B)50.68º50.99%79.22%-
XYZ44.1748.5818.85-
YUV180.8781.8143.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.48%
GREEN value IS 186 (73.05% from 255) = 38.19%
BLUE value IS 99 (39.06% from 255) = 20.33%
R=41.48%
G=38.19%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021869900.080.510.2150.6849.2859.02
HexCABA6308331533313b
Octal3122721430106325636173
Binary110010101011101011000110100011001110101110011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA63; }

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

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

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

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

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

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

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

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