#C26251

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

Shades of Sunglo #C26251

Tints of Sunglo #C26251

Color information

#C26251 (or 0xC26251) is unknown color: approx Sunglo. HEX triplet: C2, 62 and 51. RGB value is (194,98,81). Sum of RGB (Red+Green+Blue) = 194+98+81=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C26251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26251 is #3D9DAE. Grayscale: #7C7C7C. Windows color (decimal): -4038063 or 5333698. OLE color: 5333698.

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

Color convert

RGB1949881-
CMYK00.490.580.24
HSL9.03º48.09%53.92%-
HSV(B)9.03º58.25%76.08%-
XYZ28.120.810.32-
YUV124.77103.3177.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.01%
GREEN value IS 98 (38.67% from 255) = 26.27%
BLUE value IS 81 (32.03% from 255) = 21.72%
R=52.01%
G=26.27%
B=21.72%

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
Decimal194988100.490.580.249.0348.0953.92
HexC262510313A1893036
Octal3021421210617230116066
Binary11000010110001010100010110001111010110001001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26251; }

 p { color: rgb(194,98,81); }

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

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

 a { background-color: rgb(194,98,81); }

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

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

 span { border-color: rgb(194,98,81); }

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