#CABB5D

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

Shades of Tacha #CABB5D

Tints of Tacha #CABB5D

Color information

#CABB5D (or 0xCABB5D) is unknown color: approx Tacha. HEX triplet: CA, BB and 5D. RGB value is (202,187,93). Sum of RGB (Red+Green+Blue) = 202+187+93=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB5D is #3544A2. Grayscale: #B5B5B5. Windows color (decimal): -3490979 or 6142922. OLE color: 6142922.

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

Color convert

RGB20218793-
CMYK00.070.540.21
HSL51.74º50.7%57.84%-
HSV(B)51.74º53.96%79.22%-
XYZ44.148.8917.47-
YUV180.7778.47143.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 187 (73.44% from 255) = 38.80%
BLUE value IS 93 (36.72% from 255) = 19.29%
R=41.91%
G=38.80%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021879300.070.540.2151.7450.757.84
HexCABB5D07361534333a
Octal312273135076625646372
Binary11001010101110111011101011111011010101110100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABB5D; }

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

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

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

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

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

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

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

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