#CABB5E

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

Shades of Tacha #CABB5E

Tints of Tacha #CABB5E

Color information

#CABB5E (or 0xCABB5E) is unknown color: approx Tacha. HEX triplet: CA, BB and 5E. RGB value is (202,187,94). Sum of RGB (Red+Green+Blue) = 202+187+94=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 94 (37.11% from 255 or 19.46% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB5E is #3544A1. Grayscale: #B5B5B5. Windows color (decimal): -3490978 or 6208458. OLE color: 6208458.

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

Color convert

RGB20218794-
CMYK00.070.530.21
HSL51.67º50.47%58.04%-
HSV(B)51.67º53.47%79.22%-
XYZ44.1548.9117.7-
YUV180.8878.97143.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.82%
GREEN value IS 187 (73.44% from 255) = 38.72%
BLUE value IS 94 (37.11% from 255) = 19.46%
R=41.82%
G=38.72%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021879400.070.530.2151.6750.4758.04
HexCABB5E07351534323a
Octal312273136076525646272
Binary11001010101110111011110011111010110101110100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABB5E; }

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

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

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

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

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

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

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

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