#C4614E

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

Shades of Sunglo #C4614E

Tints of Sunglo #C4614E

Color information

#C4614E (or 0xC4614E) is unknown color: approx Sunglo. HEX triplet: C4, 61 and 4E. RGB value is (196,97,78). Sum of RGB (Red+Green+Blue) = 196+97+78=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C4614E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4614E is #3B9EB1. Grayscale: #7C7C7C. Windows color (decimal): -3907250 or 5136836. OLE color: 5136836.

HSL color Cylindrical-coordinate representation of color #C4614E: hue angle of 9.66º 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 #C4614E is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB1969778-
CMYK00.510.600.23
HSL9.66º50%53.73%-
HSV(B)9.66º60.2%76.86%-
XYZ28.4120.849.73-
YUV124.44101.8179.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.83%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 78 (30.86% from 255) = 21.02%
R=52.83%
G=26.15%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196977800.510.600.239.665053.73
HexC4614E0333C17a3236
Octal3041411160637427126266
Binary11000100110000110011100110011111100101111010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4614E; }

 p { color: rgb(196,97,78); }

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

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

 a { background-color: rgb(196,97,78); }

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

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

 span { border-color: rgb(196,97,78); }

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