#CBB550

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

Shades of Sundance #CBB550

Tints of Sundance #CBB550

Color information

#CBB550 (or 0xCBB550) is unknown color: approx Sundance. HEX triplet: CB, B5 and 50. RGB value is (203,181,80). Sum of RGB (Red+Green+Blue) = 203+181+80=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB550 is #344AAF. Grayscale: #B0B0B0. Windows color (decimal): -3426992 or 5289419. OLE color: 5289419.

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

Color convert

RGB20318180-
CMYK00.110.610.20
HSL49.27º54.19%55.49%-
HSV(B)49.27º60.59%79.61%-
XYZ42.646.3214.29-
YUV176.0673.79147.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.75%
GREEN value IS 181 (71.09% from 255) = 39.01%
BLUE value IS 80 (31.64% from 255) = 17.24%
R=43.75%
G=39.01%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031818000.110.610.2049.2754.1955.49
HexCBB5500B3D14313637
Octal3132651200137524616667
Binary110010111011010110100000101111110110100110001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB550; }

 p { color: rgb(203,181,80); }

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

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

 a { background-color: rgb(203,181,80); }

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

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

 span { border-color: rgb(203,181,80); }

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