#CAB262

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

Shades of Tacha #CAB262

Tints of Tacha #CAB262

Color information

#CAB262 (or 0xCAB262) is unknown color: approx Tacha. HEX triplet: CA, B2 and 62. RGB value is (202,178,98). Sum of RGB (Red+Green+Blue) = 202+178+98=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB262 is #354D9D. Grayscale: #B0B0B0. Windows color (decimal): -3493278 or 6468298. OLE color: 6468298.

HSL color Cylindrical-coordinate representation of color #CAB262: hue angle of 46.15º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAB262 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB20217898-
CMYK00.120.510.21
HSL46.15º49.52%58.82%-
HSV(B)46.15º51.49%79.22%-
XYZ42.4845.2818.06-
YUV176.0683.95146.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.26%
GREEN value IS 178 (69.92% from 255) = 37.24%
BLUE value IS 98 (38.67% from 255) = 20.50%
R=42.26%
G=37.24%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021789800.120.510.2146.1549.5258.82
HexCAB2620C33152e323b
Octal3122621420146325566273
Binary110010101011001011000100110011001110101101110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB262; }

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

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

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

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

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

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

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

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