#C76252

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

Shades of Sunglo #C76252

Tints of Sunglo #C76252

Color information

#C76252 (or 0xC76252) is unknown color: approx Sunglo. HEX triplet: C7, 62 and 52. RGB value is (199,98,82). Sum of RGB (Red+Green+Blue) = 199+98+82=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C76252 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76252 is #389DAD. Grayscale: #7E7E7E. Windows color (decimal): -3710382 or 5399239. OLE color: 5399239.

HSL color Cylindrical-coordinate representation of color #C76252: 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 #C76252 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB1999882-
CMYK00.510.590.22
HSL8.21º51.09%55.1%-
HSV(B)8.21º58.79%78.04%-
XYZ29.4421.4910.58-
YUV126.37102.96179.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.51%
GREEN value IS 98 (38.67% from 255) = 25.86%
BLUE value IS 82 (32.42% from 255) = 21.64%
R=52.51%
G=25.86%
B=21.64%

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
Decimal199988200.510.590.228.2151.0955.1
HexC762520333B1683337
Octal3071421220637326106367
Binary11000111110001010100100110011111011101101000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76252; }

 p { color: rgb(199,98,82); }

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

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

 a { background-color: rgb(199,98,82); }

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

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

 span { border-color: rgb(199,98,82); }

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