#CAB551

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

Shades of Sundance #CAB551

Tints of Sundance #CAB551

Color information

#CAB551 (or 0xCAB551) is unknown color: approx Sundance. HEX triplet: CA, B5 and 51. RGB value is (202,181,81). Sum of RGB (Red+Green+Blue) = 202+181+81=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 81 (32.03% from 255 or 17.46% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB551 is #354AAE. Grayscale: #B0B0B0. Windows color (decimal): -3492527 or 5354954. OLE color: 5354954.

HSL color Cylindrical-coordinate representation of color #CAB551: hue angle of 49.59º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAB551 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB20218181-
CMYK00.100.600.21
HSL49.59º53.3%55.49%-
HSV(B)49.59º59.9%79.22%-
XYZ42.3746.214.47-
YUV175.8874.46146.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.53%
GREEN value IS 181 (71.09% from 255) = 39.01%
BLUE value IS 81 (32.03% from 255) = 17.46%
R=43.53%
G=39.01%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021818100.100.600.2149.5953.355.49
HexCAB5510A3C15323537
Octal3122651210127425626567
Binary110010101011010110100010101011110010101110010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB551; }

 p { color: rgb(202,181,81); }

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

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

 a { background-color: rgb(202,181,81); }

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

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

 span { border-color: rgb(202,181,81); }

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