#C26150

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

Shades of Sunglo #C26150

Tints of Sunglo #C26150

Color information

#C26150 (or 0xC26150) is unknown color: approx Sunglo. HEX triplet: C2, 61 and 50. RGB value is (194,97,80). Sum of RGB (Red+Green+Blue) = 194+97+80=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C26150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26150 is #3D9EAF. Grayscale: #7C7C7C. Windows color (decimal): -4038320 or 5267906. OLE color: 5267906.

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

Color convert

RGB1949780-
CMYK00.500.590.24
HSL8.95º48.31%53.73%-
HSV(B)8.95º58.76%76.08%-
XYZ27.9720.610.09-
YUV124.06103.14177.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.29%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 80 (31.64% from 255) = 21.56%
R=52.29%
G=26.15%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194978000.500.590.248.9548.3153.73
HexC261500323B1893036
Octal3021411200627330116066
Binary11000010110000110100000110010111011110001001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26150; }

 p { color: rgb(194,97,80); }

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

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

 a { background-color: rgb(194,97,80); }

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

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

 span { border-color: rgb(194,97,80); }

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