#C7BB50

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

Shades of Sundance #C7BB50

Tints of Sundance #C7BB50

Color information

#C7BB50 (or 0xC7BB50) is unknown color: approx Sundance. HEX triplet: C7, BB and 50. RGB value is (199,187,80). Sum of RGB (Red+Green+Blue) = 199+187+80=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BB50 is #3844AF. Grayscale: #B2B2B2. Windows color (decimal): -3687600 or 5290951. OLE color: 5290951.

HSL color Cylindrical-coordinate representation of color #C7BB50: hue angle of 53.95º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C7BB50 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB19918780-
CMYK00.060.600.22
HSL53.95º51.52%54.71%-
HSV(B)53.95º59.8%78.04%-
XYZ42.7748.2614.65-
YUV178.3972.48142.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.70%
GREEN value IS 187 (73.44% from 255) = 40.13%
BLUE value IS 80 (31.64% from 255) = 17.17%
R=42.70%
G=40.13%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991878000.060.600.2253.9551.5254.71
HexC7BB50063C16363437
Octal307273120067426666467
Binary11000111101110111010000011011110010110110110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BB50; }

 p { color: rgb(199,187,80); }

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

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

 a { background-color: rgb(199,187,80); }

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

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

 span { border-color: rgb(199,187,80); }

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