#CAB954

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

Shades of Tacha #CAB954

Tints of Tacha #CAB954

Color information

#CAB954 (or 0xCAB954) is unknown color: approx Tacha. HEX triplet: CA, B9 and 54. RGB value is (202,185,84). Sum of RGB (Red+Green+Blue) = 202+185+84=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 84 (33.20% from 255 or 17.83% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB954 is #3546AB. Grayscale: #B2B2B2. Windows color (decimal): -3491500 or 5552586. OLE color: 5552586.

HSL color Cylindrical-coordinate representation of color #CAB954: hue angle of 51.36º degrees, saturation: 0.53, 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 #CAB954 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB20218584-
CMYK00.080.580.21
HSL51.36º52.68%56.08%-
HSV(B)51.36º58.42%79.22%-
XYZ43.3147.8915.35-
YUV178.5774.63144.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.89%
GREEN value IS 185 (72.66% from 255) = 39.28%
BLUE value IS 84 (33.20% from 255) = 17.83%
R=42.89%
G=39.28%
B=17.83%

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
Decimal2021858400.080.580.2151.3652.6856.08
HexCAB954083A15333538
Octal3122711240107225636570
Binary110010101011100110101000100011101010101110011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB954; }

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

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

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

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

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

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

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

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