#C76452

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

Shades of Sunglo #C76452

Tints of Sunglo #C76452

Color information

#C76452 (or 0xC76452) is unknown color: approx Sunglo. HEX triplet: C7, 64 and 52. RGB value is (199,100,82). Sum of RGB (Red+Green+Blue) = 199+100+82=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C76452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76452 is #389BAD. Grayscale: #7F7F7F. Windows color (decimal): -3709870 or 5399751. OLE color: 5399751.

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

Color convert

RGB19910082-
CMYK00.500.590.22
HSL9.23º51.09%55.1%-
HSV(B)9.23º58.79%78.04%-
XYZ29.6321.8710.64-
YUV127.55102.3178.96-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.23%
GREEN value IS 100 (39.45% from 255) = 26.25%
BLUE value IS 82 (32.42% from 255) = 21.52%
R=52.23%
G=26.25%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991008200.500.590.229.2351.0955.1
HexC764520323B1693337
Octal3071441220627326116367
Binary11000111110010010100100110010111011101101001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76452; }

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

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

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

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

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

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

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

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