#CABD56

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

Shades of Tacha #CABD56

Tints of Tacha #CABD56

Color information

#CABD56 (or 0xCABD56) is unknown color: approx Tacha. HEX triplet: CA, BD and 56. RGB value is (202,189,86). Sum of RGB (Red+Green+Blue) = 202+189+86=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 86 (33.98% from 255 or 18.03% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABD56 is #3542A9. Grayscale: #B5B5B5. Windows color (decimal): -3490474 or 5684682. OLE color: 5684682.

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

Color convert

RGB20218986-
CMYK00.060.570.21
HSL53.28º52.25%56.47%-
HSV(B)53.28º57.43%79.22%-
XYZ44.2349.6216.05-
YUV181.1474.31142.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.35%
GREEN value IS 189 (74.22% from 255) = 39.62%
BLUE value IS 86 (33.98% from 255) = 18.03%
R=42.35%
G=39.62%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021898600.060.570.2153.2852.2556.47
HexCABD56063915353438
Octal312275126067125656470
Binary11001010101111011010110011011100110101110101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD56; }

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

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

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

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

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

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

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

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