#CABB5A

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

Shades of Tacha #CABB5A

Tints of Tacha #CABB5A

Color information

#CABB5A (or 0xCABB5A) is unknown color: approx Tacha. HEX triplet: CA, BB and 5A. RGB value is (202,187,90). Sum of RGB (Red+Green+Blue) = 202+187+90=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 90 (35.55% from 255 or 18.79% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB5A is #3544A5. Grayscale: #B4B4B4. Windows color (decimal): -3490982 or 5946314. OLE color: 5946314.

HSL color Cylindrical-coordinate representation of color #CABB5A: hue angle of 51.96º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CABB5A is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB20218790-
CMYK00.070.550.21
HSL51.96º51.38%57.25%-
HSV(B)51.96º55.45%79.22%-
XYZ43.9748.8416.78-
YUV180.4376.97143.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.17%
GREEN value IS 187 (73.44% from 255) = 39.04%
BLUE value IS 90 (35.55% from 255) = 18.79%
R=42.17%
G=39.04%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021879000.070.550.2151.9651.3857.25
HexCABB5A073715343339
Octal312273132076725646371
Binary11001010101110111011010011111011110101110100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABB5A; }

 p { color: rgb(202,187,90); }

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

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

 a { background-color: rgb(202,187,90); }

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

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

 span { border-color: rgb(202,187,90); }

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