#cbab48

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

Shades of Sundance #CBAB48

Tints of Sundance #CBAB48

Color information

#CBAB48 (or 0xCBAB48) is unknown color: approx Sundance. HEX triplet: CB, AB and 48. RGB value is (203,171,72). Sum of RGB (Red+Green+Blue) = 203+171+72=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 72 (28.52% from 255 or 16.14% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAB48 is #3454B7. Grayscale: #A9A9A9. Windows color (decimal): -3429560 or 4762571. OLE color: 4762571.

HSL color Cylindrical-coordinate representation of color #CBAB48: hue angle of 45.34º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CBAB48 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB20317172-
CMYK00.160.650.20
HSL45.34º55.74%53.92%-
HSV(B)45.34º64.53%79.61%-
XYZ40.3642.2912.17-
YUV169.2873.1152.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.52%
GREEN value IS 171 (67.19% from 255) = 38.34%
BLUE value IS 72 (28.52% from 255) = 16.14%
R=45.52%
G=38.34%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031717200.160.650.2045.3455.7453.92
HexCBAB4801041142d3836
Octal31325311002010124557066
Binary11001011101010111001000010000100000110100101101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbab48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbab48; }

 p { color: rgb(203,171,72); }

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

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

 a { background-color: rgb(203,171,72); }

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

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

 span { border-color: rgb(203,171,72); }

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