#CAB458

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

Shades of Tacha #CAB458

Tints of Tacha #CAB458

Color information

#CAB458 (or 0xCAB458) is unknown color: approx Tacha. HEX triplet: CA, B4 and 58. RGB value is (202,180,88). Sum of RGB (Red+Green+Blue) = 202+180+88=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 88 (34.77% from 255 or 18.72% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB458 is #354BA7. Grayscale: #B0B0B0. Windows color (decimal): -3492776 or 5813450. OLE color: 5813450.

HSL color Cylindrical-coordinate representation of color #CAB458: hue angle of 48.42º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAB458 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB20218088-
CMYK00.110.560.21
HSL48.42º51.82%56.86%-
HSV(B)48.42º56.44%79.22%-
XYZ42.4445.915.86-
YUV176.0978.29146.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.98%
GREEN value IS 180 (70.70% from 255) = 38.30%
BLUE value IS 88 (34.77% from 255) = 18.72%
R=42.98%
G=38.30%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021808800.110.560.2148.4251.8256.86
HexCAB4580B3815303439
Octal3122641300137025606471
Binary110010101011010010110000101111100010101110000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB458; }

 p { color: rgb(202,180,88); }

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

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

 a { background-color: rgb(202,180,88); }

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

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

 span { border-color: rgb(202,180,88); }

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