#C45C4F

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

Shades of Sunglo #C45C4F

Tints of Sunglo #C45C4F

Color information

#C45C4F (or 0xC45C4F) is unknown color: approx Sunglo. HEX triplet: C4, 5C and 4F. RGB value is (196,92,79). Sum of RGB (Red+Green+Blue) = 196+92+79=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45C4F is #3BA3B0. Grayscale: #797979. Windows color (decimal): -3908529 or 5201092. OLE color: 5201092.

HSL color Cylindrical-coordinate representation of color #C45C4F: hue angle of 6.67º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C45C4F is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB1969279-
CMYK00.530.600.23
HSL6.67º49.79%53.92%-
HSV(B)6.67º59.69%76.86%-
XYZ2819.959.77-
YUV121.61103.96181.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.41%
GREEN value IS 92 (36.33% from 255) = 25.07%
BLUE value IS 79 (31.25% from 255) = 21.53%
R=53.41%
G=25.07%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196927900.530.600.236.6749.7953.92
HexC45C4F0353C1773236
Octal304134117065742776266
Binary1100010010111001001111011010111110010111111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45C4F; }

 p { color: rgb(196,92,79); }

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

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

 a { background-color: rgb(196,92,79); }

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

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

 span { border-color: rgb(196,92,79); }

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