#CAB25D

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

Shades of Tacha #CAB25D

Tints of Tacha #CAB25D

Color information

#CAB25D (or 0xCAB25D) is unknown color: approx Tacha. HEX triplet: CA, B2 and 5D. RGB value is (202,178,93). Sum of RGB (Red+Green+Blue) = 202+178+93=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB25D is #354DA2. Grayscale: #AFAFAF. Windows color (decimal): -3493283 or 6140618. OLE color: 6140618.

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

Color convert

RGB20217893-
CMYK00.120.540.21
HSL46.79º50.7%57.84%-
HSV(B)46.79º53.96%79.22%-
XYZ42.2545.1916.85-
YUV175.4981.45146.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.71%
GREEN value IS 178 (69.92% from 255) = 37.63%
BLUE value IS 93 (36.72% from 255) = 19.66%
R=42.71%
G=37.63%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021789300.120.540.2146.7950.757.84
HexCAB25D0C36152f333a
Octal3122621350146625576372
Binary110010101011001010111010110011011010101101111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB25D; }

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

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

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

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

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

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

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

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