#CAB149

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

Shades of Sundance #CAB149

Tints of Sundance #CAB149

Color information

#CAB149 (or 0xCAB149) is unknown color: approx Sundance. HEX triplet: CA, B1 and 49. RGB value is (202,177,73). Sum of RGB (Red+Green+Blue) = 202+177+73=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 73 (28.91% from 255 or 16.15% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB149 is #354EB6. Grayscale: #ADADAD. Windows color (decimal): -3493559 or 4829642. OLE color: 4829642.

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

Color convert

RGB20217773-
CMYK00.120.640.21
HSL48.37º54.89%53.92%-
HSV(B)48.37º63.86%79.22%-
XYZ41.2844.4812.71-
YUV172.6271.78148.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.69%
GREEN value IS 177 (69.53% from 255) = 39.16%
BLUE value IS 73 (28.91% from 255) = 16.15%
R=44.69%
G=39.16%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021777300.120.640.2148.3754.8953.92
HexCAB1490C4015303736
Octal31226111101410025606766
Binary1100101010110001100100101100100000010101110000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB149; }

 p { color: rgb(202,177,73); }

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

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

 a { background-color: rgb(202,177,73); }

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

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

 span { border-color: rgb(202,177,73); }

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