#CAB451

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

Shades of Sundance #CAB451

Tints of Sundance #CAB451

Color information

#CAB451 (or 0xCAB451) is unknown color: approx Sundance. HEX triplet: CA, B4 and 51. RGB value is (202,180,81). Sum of RGB (Red+Green+Blue) = 202+180+81=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 81 (32.03% from 255 or 17.49% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB451 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB451 is #354BAE. Grayscale: #AFAFAF. Windows color (decimal): -3492783 or 5354698. OLE color: 5354698.

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

Color convert

RGB20218081-
CMYK00.110.600.21
HSL49.09º53.3%55.49%-
HSV(B)49.09º59.9%79.22%-
XYZ42.1645.7914.4-
YUV175.2974.79147.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.63%
GREEN value IS 180 (70.70% from 255) = 38.88%
BLUE value IS 81 (32.03% from 255) = 17.49%
R=43.63%
G=38.88%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021808100.110.600.2149.0953.355.49
HexCAB4510B3C15313537
Octal3122641210137425616567
Binary110010101011010010100010101111110010101110001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB451; }

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

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

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

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

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

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

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

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