#C56652

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

Shades of Sunglo #C56652

Tints of Sunglo #C56652

Color information

#C56652 (or 0xC56652) is unknown color: approx Sunglo. HEX triplet: C5, 66 and 52. RGB value is (197,102,82). Sum of RGB (Red+Green+Blue) = 197+102+82=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C56652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56652 is #3A99AD. Grayscale: #808080. Windows color (decimal): -3840430 or 5400261. OLE color: 5400261.

HSL color Cylindrical-coordinate representation of color #C56652: hue angle of 10.43º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C56652 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB19710282-
CMYK00.480.580.23
HSL10.43º49.78%54.71%-
HSV(B)10.43º58.38%77.25%-
XYZ29.321.9810.68-
YUV128.12101.97177.13-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.71%
GREEN value IS 102 (40.23% from 255) = 26.77%
BLUE value IS 82 (32.42% from 255) = 21.52%
R=51.71%
G=26.77%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971028200.480.580.2310.4349.7854.71
HexC566520303A17a3237
Octal3051461220607227126267
Binary11000101110011010100100110000111010101111010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56652; }

 p { color: rgb(197,102,82); }

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

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

 a { background-color: rgb(197,102,82); }

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

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

 span { border-color: rgb(197,102,82); }

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