#CABD5A

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

Shades of Tacha #CABD5A

Tints of Tacha #CABD5A

Color information

#CABD5A (or 0xCABD5A) is unknown color: approx Tacha. HEX triplet: CA, BD and 5A. RGB value is (202,189,90). Sum of RGB (Red+Green+Blue) = 202+189+90=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 90 (35.55% from 255 or 18.71% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABD5A is #3542A5. Grayscale: #B6B6B6. Windows color (decimal): -3490470 or 5946826. OLE color: 5946826.

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

Color convert

RGB20218990-
CMYK00.060.550.21
HSL53.04º51.38%57.25%-
HSV(B)53.04º55.45%79.22%-
XYZ44.449.6916.92-
YUV181.676.31142.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.00%
GREEN value IS 189 (74.22% from 255) = 39.29%
BLUE value IS 90 (35.55% from 255) = 18.71%
R=42.00%
G=39.29%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021899000.060.550.2153.0451.3857.25
HexCABD5A063715353339
Octal312275132066725656371
Binary11001010101111011011010011011011110101110101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD5A; }

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

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

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

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

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

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

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

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