#CABA69

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

Shades of Tacha #CABA69

Tints of Tacha #CABA69

Color information

#CABA69 (or 0xCABA69) is unknown color: approx Tacha. HEX triplet: CA, BA and 69. RGB value is (202,186,105). Sum of RGB (Red+Green+Blue) = 202+186+105=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA69 is #354596. Grayscale: #B5B5B5. Windows color (decimal): -3491223 or 6929098. OLE color: 6929098.

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

Color convert

RGB202186105-
CMYK00.080.480.21
HSL50.1º47.78%60.2%-
HSV(B)50.1º48.02%79.22%-
XYZ44.4748.6920.42-
YUV181.5584.8142.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 105 (41.41% from 255) = 21.30%
R=40.97%
G=37.73%
B=21.30%

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
Decimal20218610500.080.480.2150.147.7860.2
HexCABA6908301532303c
Octal3122721510106025626074
Binary110010101011101011010010100011000010101110010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA69; }

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

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

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

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

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

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

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

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