#CABA64

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

Shades of Tacha #CABA64

Tints of Tacha #CABA64

Color information

#CABA64 (or 0xCABA64) is unknown color: approx Tacha. HEX triplet: CA, BA and 64. RGB value is (202,186,100). Sum of RGB (Red+Green+Blue) = 202+186+100=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA64 is #35459B. Grayscale: #B5B5B5. Windows color (decimal): -3491228 or 6601418. OLE color: 6601418.

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

Color convert

RGB202186100-
CMYK00.080.500.21
HSL50.59º49.04%59.22%-
HSV(B)50.59º50.5%79.22%-
XYZ44.2248.5919.11-
YUV180.9882.3142.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.39%
GREEN value IS 186 (73.05% from 255) = 38.11%
BLUE value IS 100 (39.45% from 255) = 20.49%
R=41.39%
G=38.11%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218610000.080.500.2150.5949.0459.22
HexCABA6408321533313b
Octal3122721440106225636173
Binary110010101011101011001000100011001010101110011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA64; }

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

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

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

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

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

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

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

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