#C66151

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

Shades of Sunglo #C66151

Tints of Sunglo #C66151

Color information

#C66151 (or 0xC66151) is unknown color: approx Sunglo. HEX triplet: C6, 61 and 51. RGB value is (198,97,81). Sum of RGB (Red+Green+Blue) = 198+97+81=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C66151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66151 is #399EAE. Grayscale: #7D7D7D. Windows color (decimal): -3776175 or 5333446. OLE color: 5333446.

HSL color Cylindrical-coordinate representation of color #C66151: hue angle of 8.21º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C66151 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB1989781-
CMYK00.510.590.22
HSL8.21º50.65%54.71%-
HSV(B)8.21º59.09%77.65%-
XYZ29.0521.1510.34-
YUV125.37102.96179.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.66%
GREEN value IS 97 (38.28% from 255) = 25.80%
BLUE value IS 81 (32.03% from 255) = 21.54%
R=52.66%
G=25.80%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198978100.510.590.228.2150.6554.71
HexC661510333B1683337
Octal3061411210637326106367
Binary11000110110000110100010110011111011101101000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66151; }

 p { color: rgb(198,97,81); }

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

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

 a { background-color: rgb(198,97,81); }

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

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

 span { border-color: rgb(198,97,81); }

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