#C76352

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

Shades of Sunglo #C76352

Tints of Sunglo #C76352

Color information

#C76352 (or 0xC76352) is unknown color: approx Sunglo. HEX triplet: C7, 63 and 52. RGB value is (199,99,82). Sum of RGB (Red+Green+Blue) = 199+99+82=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C76352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76352 is #389CAD. Grayscale: #7F7F7F. Windows color (decimal): -3710126 or 5399495. OLE color: 5399495.

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

Color convert

RGB1999982-
CMYK00.500.590.22
HSL8.72º51.09%55.1%-
HSV(B)8.72º58.79%78.04%-
XYZ29.5421.6710.61-
YUV126.96102.63179.38-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.37%
GREEN value IS 99 (39.06% from 255) = 26.05%
BLUE value IS 82 (32.42% from 255) = 21.58%
R=52.37%
G=26.05%
B=21.58%

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
Decimal199998200.500.590.228.7251.0955.1
HexC763520323B1693337
Octal3071431220627326116367
Binary11000111110001110100100110010111011101101001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76352; }

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

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

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

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

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

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

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

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