#C2B750

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

Shades of Sundance #C2B750

Tints of Sundance #C2B750

Color information

#C2B750 (or 0xC2B750) is unknown color: approx Sundance. HEX triplet: C2, B7 and 50. RGB value is (194,183,80). Sum of RGB (Red+Green+Blue) = 194+183+80=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B750 is #3D48AF. Grayscale: #AEAEAE. Windows color (decimal): -4016304 or 5289922. OLE color: 5289922.

HSL color Cylindrical-coordinate representation of color #C2B750: hue angle of 54.21º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2B750 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB19418380-
CMYK00.060.590.24
HSL54.21º48.31%53.73%-
HSV(B)54.21º58.76%76.08%-
XYZ40.6345.9214.31-
YUV174.5574.64141.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.45%
GREEN value IS 183 (71.88% from 255) = 40.04%
BLUE value IS 80 (31.64% from 255) = 17.51%
R=42.45%
G=40.04%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941838000.060.590.2454.2148.3153.73
HexC2B750063B18363036
Octal302267120067330666066
Binary11000010101101111010000011011101111000110110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B750; }

 p { color: rgb(194,183,80); }

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

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

 a { background-color: rgb(194,183,80); }

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

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

 span { border-color: rgb(194,183,80); }

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