#CABA62

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

Shades of Tacha #CABA62

Tints of Tacha #CABA62

Color information

#CABA62 (or 0xCABA62) is unknown color: approx Tacha. HEX triplet: CA, BA and 62. RGB value is (202,186,98). Sum of RGB (Red+Green+Blue) = 202+186+98=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 98 (38.67% from 255 or 20.16% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA62 is #35459D. Grayscale: #B5B5B5. Windows color (decimal): -3491230 or 6470346. OLE color: 6470346.

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

Color convert

RGB20218698-
CMYK00.080.510.21
HSL50.77º49.52%58.82%-
HSV(B)50.77º51.49%79.22%-
XYZ44.1248.5618.6-
YUV180.7581.3143.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.56%
GREEN value IS 186 (73.05% from 255) = 38.27%
BLUE value IS 98 (38.67% from 255) = 20.16%
R=41.56%
G=38.27%
B=20.16%

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
Decimal2021869800.080.510.2150.7749.5258.82
HexCABA6208331533323b
Octal3122721420106325636273
Binary110010101011101011000100100011001110101110011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA62; }

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

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

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

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

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

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

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

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