#CABA6B

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

Shades of Tacha #CABA6B

Tints of Tacha #CABA6B

Color information

#CABA6B (or 0xCABA6B) is unknown color: approx Tacha. HEX triplet: CA, BA and 6B. RGB value is (202,186,107). Sum of RGB (Red+Green+Blue) = 202+186+107=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 107 (42.19% from 255 or 21.62% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA6B is #354594. Grayscale: #B6B6B6. Windows color (decimal): -3491221 or 7060170. OLE color: 7060170.

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

Color convert

RGB202186107-
CMYK00.080.470.21
HSL49.89º47.26%60.59%-
HSV(B)49.89º47.03%79.22%-
XYZ44.5748.7420.97-
YUV181.7885.8142.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 186 (73.05% from 255) = 37.58%
BLUE value IS 107 (42.19% from 255) = 21.62%
R=40.81%
G=37.58%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218610700.080.470.2149.8947.2660.59
HexCABA6B082F15322f3d
Octal3122721530105725625775
Binary110010101011101011010110100010111110101110010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA6B; }

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

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

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

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

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

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

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

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