#C26352

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

Shades of Sunglo #C26352

Tints of Sunglo #C26352

Color information

#C26352 (or 0xC26352) is unknown color: approx Sunglo. HEX triplet: C2, 63 and 52. RGB value is (194,99,82). Sum of RGB (Red+Green+Blue) = 194+99+82=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C26352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26352 is #3D9CAD. Grayscale: #7D7D7D. Windows color (decimal): -4037806 or 5399490. OLE color: 5399490.

HSL color Cylindrical-coordinate representation of color #C26352: hue angle of 9.11º 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 #C26352 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB1949982-
CMYK00.490.580.24
HSL9.11º47.86%54.12%-
HSV(B)9.11º57.73%76.08%-
XYZ28.232110.55-
YUV125.47103.47176.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.73%
GREEN value IS 99 (39.06% from 255) = 26.4%
BLUE value IS 82 (32.42% from 255) = 21.87%
R=51.73%
G=26.4%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194998200.490.580.249.1147.8654.12
HexC263520313A1893036
Octal3021431220617230116066
Binary11000010110001110100100110001111010110001001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26352; }

 p { color: rgb(194,99,82); }

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

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

 a { background-color: rgb(194,99,82); }

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

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

 span { border-color: rgb(194,99,82); }

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