#CABD5D

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

Shades of Tacha #CABD5D

Tints of Tacha #CABD5D

Color information

#CABD5D (or 0xCABD5D) is unknown color: approx Tacha. HEX triplet: CA, BD and 5D. RGB value is (202,189,93). Sum of RGB (Red+Green+Blue) = 202+189+93=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABD5D is #3542A2. Grayscale: #B6B6B6. Windows color (decimal): -3490467 or 6143434. OLE color: 6143434.

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

Color convert

RGB20218993-
CMYK00.060.540.21
HSL52.84º50.7%57.84%-
HSV(B)52.84º53.96%79.22%-
XYZ44.5349.7417.61-
YUV181.9477.81142.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.74%
GREEN value IS 189 (74.22% from 255) = 39.05%
BLUE value IS 93 (36.72% from 255) = 19.21%
R=41.74%
G=39.05%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021899300.060.540.2152.8450.757.84
HexCABD5D06361535333a
Octal312275135066625656372
Binary11001010101111011011101011011011010101110101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD5D; }

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

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

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

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

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

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

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

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