#CBB055

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

Shades of Sundance #CBB055

Tints of Sundance #CBB055

Color information

#CBB055 (or 0xCBB055) is unknown color: approx Sundance. HEX triplet: CB, B0 and 55. RGB value is (203,176,85). Sum of RGB (Red+Green+Blue) = 203+176+85=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB055 is #344FAA. Grayscale: #AEAEAE. Windows color (decimal): -3428267 or 5615819. OLE color: 5615819.

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

Color convert

RGB20317685-
CMYK00.130.580.20
HSL46.27º53.15%56.47%-
HSV(B)46.27º58.13%79.61%-
XYZ41.7944.414.96-
YUV173.777.95148.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.75%
GREEN value IS 176 (69.14% from 255) = 37.93%
BLUE value IS 85 (33.59% from 255) = 18.32%
R=43.75%
G=37.93%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031768500.130.580.2046.2753.1556.47
HexCBB0550D3A142e3538
Octal3132601250157224566570
Binary110010111011000010101010110111101010100101110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB055; }

 p { color: rgb(203,176,85); }

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

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

 a { background-color: rgb(203,176,85); }

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

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

 span { border-color: rgb(203,176,85); }

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