#C0614E

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

Shades of Flame Pea #C0614E

Tints of Flame Pea #C0614E

Color information

#C0614E (or 0xC0614E) is unknown color: approx Flame Pea. HEX triplet: C0, 61 and 4E. RGB value is (192,97,78). Sum of RGB (Red+Green+Blue) = 192+97+78=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0614E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0614E is #3F9EB1. Grayscale: #7B7B7B. Windows color (decimal): -4169394 or 5136832. OLE color: 5136832.

HSL color Cylindrical-coordinate representation of color #C0614E: hue angle of 10º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0614E is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB1929778-
CMYK00.490.590.25
HSL10º47.5%52.94%-
HSV(B)10º59.38%75.29%-
XYZ27.3920.319.68-
YUV123.24102.47177.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.32%
GREEN value IS 97 (38.28% from 255) = 26.43%
BLUE value IS 78 (30.86% from 255) = 21.25%
R=52.32%
G=26.43%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192977800.490.590.251047.552.94
HexC0614E0313B19a3035
Octal3001411160617331126065
Binary11000000110000110011100110001111011110011010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0614E; }

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

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

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

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

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

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

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

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