#CAB65D

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

Shades of Tacha #CAB65D

Tints of Tacha #CAB65D

Color information

#CAB65D (or 0xCAB65D) is unknown color: approx Tacha. HEX triplet: CA, B6 and 5D. RGB value is (202,182,93). Sum of RGB (Red+Green+Blue) = 202+182+93=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB65D is #3549A2. Grayscale: #B2B2B2. Windows color (decimal): -3492259 or 6141642. OLE color: 6141642.

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

Color convert

RGB20218293-
CMYK00.100.540.21
HSL48.99º50.7%57.84%-
HSV(B)48.99º53.96%79.22%-
XYZ43.0646.817.12-
YUV177.8380.13145.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.35%
GREEN value IS 182 (71.48% from 255) = 38.16%
BLUE value IS 93 (36.72% from 255) = 19.50%
R=42.35%
G=38.16%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021829300.100.540.2148.9950.757.84
HexCAB65D0A361531333a
Octal3122661350126625616372
Binary110010101011011010111010101011011010101110001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB65D; }

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

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

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

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

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

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

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

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