#C3B552

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

Shades of Sundance #C3B552

Tints of Sundance #C3B552

Color information

#C3B552 (or 0xC3B552) is unknown color: approx Sundance. HEX triplet: C3, B5 and 52. RGB value is (195,181,82). Sum of RGB (Red+Green+Blue) = 195+181+82=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 82 (32.42% from 255 or 17.90% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B552 is #3C4AAD. Grayscale: #AEAEAE. Windows color (decimal): -3951278 or 5420483. OLE color: 5420483.

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

Color convert

RGB19518182-
CMYK00.070.580.24
HSL52.57º48.5%54.31%-
HSV(B)52.57º57.95%76.47%-
XYZ40.5545.2614.58-
YUV173.976.14143.05-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.58%
GREEN value IS 181 (71.09% from 255) = 39.52%
BLUE value IS 82 (32.42% from 255) = 17.90%
R=42.58%
G=39.52%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951818200.070.580.2452.5748.554.31
HexC3B552073A18353036
Octal303265122077230656066
Binary11000011101101011010010011111101011000110101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B552; }

 p { color: rgb(195,181,82); }

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

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

 a { background-color: rgb(195,181,82); }

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

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

 span { border-color: rgb(195,181,82); }

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