#CAB65C

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

Shades of Tacha #CAB65C

Tints of Tacha #CAB65C

Color information

#CAB65C (or 0xCAB65C) is unknown color: approx Tacha. HEX triplet: CA, B6 and 5C. RGB value is (202,182,92). Sum of RGB (Red+Green+Blue) = 202+182+92=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB65C is #3549A3. Grayscale: #B2B2B2. Windows color (decimal): -3492260 or 6076106. OLE color: 6076106.

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

Color convert

RGB20218292-
CMYK00.100.540.21
HSL49.09º50.93%57.65%-
HSV(B)49.09º54.46%79.22%-
XYZ43.0246.7916.89-
YUV177.7279.63145.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.44%
GREEN value IS 182 (71.48% from 255) = 38.24%
BLUE value IS 92 (36.33% from 255) = 19.33%
R=42.44%
G=38.24%
B=19.33%

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
Decimal2021829200.100.540.2149.0950.9357.65
HexCAB65C0A361531333a
Octal3122661340126625616372
Binary110010101011011010111000101011011010101110001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB65C; }

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

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

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

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

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

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

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

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