#CAB751

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

Shades of Sundance #CAB751

Tints of Sundance #CAB751

Color information

#CAB751 (or 0xCAB751) is unknown color: approx Sundance. HEX triplet: CA, B7 and 51. RGB value is (202,183,81). Sum of RGB (Red+Green+Blue) = 202+183+81=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 81 (32.03% from 255 or 17.38% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB751 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB751 is #3548AE. Grayscale: #B1B1B1. Windows color (decimal): -3492015 or 5355466. OLE color: 5355466.

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

Color convert

RGB20218381-
CMYK00.090.600.21
HSL50.58º53.3%55.49%-
HSV(B)50.58º59.9%79.22%-
XYZ42.7847.0214.61-
YUV177.0573.79145.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.35%
GREEN value IS 183 (71.88% from 255) = 39.27%
BLUE value IS 81 (32.03% from 255) = 17.38%
R=43.35%
G=39.27%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021838100.090.600.2150.5853.355.49
HexCAB751093C15333537
Octal3122671210117425636567
Binary110010101011011110100010100111110010101110011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB751; }

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

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

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

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

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

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

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

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