#C3B154

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

Shades of Sundance #C3B154

Tints of Sundance #C3B154

Color information

#C3B154 (or 0xC3B154) is unknown color: approx Sundance. HEX triplet: C3, B1 and 54. RGB value is (195,177,84). Sum of RGB (Red+Green+Blue) = 195+177+84=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 84 (33.20% from 255 or 18.42% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B154 is #3C4EAB. Grayscale: #ACACAC. Windows color (decimal): -3952300 or 5550531. OLE color: 5550531.

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

Color convert

RGB19517784-
CMYK00.090.570.24
HSL50.27º48.05%54.71%-
HSV(B)50.27º56.92%76.47%-
XYZ39.8343.6914.72-
YUV171.7878.46144.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.76%
GREEN value IS 177 (69.53% from 255) = 38.82%
BLUE value IS 84 (33.20% from 255) = 18.42%
R=42.76%
G=38.82%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951778400.090.570.2450.2748.0554.71
HexC3B154093918323037
Octal3032611240117130626067
Binary110000111011000110101000100111100111000110010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B154; }

 p { color: rgb(195,177,84); }

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

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

 a { background-color: rgb(195,177,84); }

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

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

 span { border-color: rgb(195,177,84); }

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