#CAB955

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

Shades of Tacha #CAB955

Tints of Tacha #CAB955

Color information

#CAB955 (or 0xCAB955) is unknown color: approx Tacha. HEX triplet: CA, B9 and 55. RGB value is (202,185,85). Sum of RGB (Red+Green+Blue) = 202+185+85=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB955 is #3546AA. Grayscale: #B3B3B3. Windows color (decimal): -3491499 or 5618122. OLE color: 5618122.

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

Color convert

RGB20218585-
CMYK00.080.580.21
HSL51.28º52.47%56.27%-
HSV(B)51.28º57.92%79.22%-
XYZ43.3547.9115.56-
YUV178.6875.13144.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 185 (72.66% from 255) = 39.19%
BLUE value IS 85 (33.59% from 255) = 18.01%
R=42.80%
G=39.19%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021858500.080.580.2151.2852.4756.27
HexCAB955083A15333438
Octal3122711250107225636470
Binary110010101011100110101010100011101010101110011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB955; }

 p { color: rgb(202,185,85); }

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

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

 a { background-color: rgb(202,185,85); }

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

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

 span { border-color: rgb(202,185,85); }

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