#CABA6A

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

Shades of Tacha #CABA6A

Tints of Tacha #CABA6A

Color information

#CABA6A (or 0xCABA6A) is unknown color: approx Tacha. HEX triplet: CA, BA and 6A. RGB value is (202,186,106). Sum of RGB (Red+Green+Blue) = 202+186+106=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 106 (41.80% from 255 or 21.46% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA6A is #354595. Grayscale: #B5B5B5. Windows color (decimal): -3491222 or 6994634. OLE color: 6994634.

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

Color convert

RGB202186106-
CMYK00.080.480.21
HSL50º47.52%60.39%-
HSV(B)50º47.52%79.22%-
XYZ44.5248.7120.69-
YUV181.6685.3142.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.89%
GREEN value IS 186 (73.05% from 255) = 37.65%
BLUE value IS 106 (41.80% from 255) = 21.46%
R=40.89%
G=37.65%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218610600.080.480.215047.5260.39
HexCABA6A08301532303c
Octal3122721520106025626074
Binary110010101011101011010100100011000010101110010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA6A; }

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

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

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

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

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

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

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

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