#C0614B

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

Shades of Flame Pea #C0614B

Tints of Flame Pea #C0614B

Color information

#C0614B (or 0xC0614B) is unknown color: approx Flame Pea. HEX triplet: C0, 61 and 4B. RGB value is (192,97,75). Sum of RGB (Red+Green+Blue) = 192+97+75=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C0614B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0614B is #3F9EB4. Grayscale: #7B7B7B. Windows color (decimal): -4169397 or 4940224. OLE color: 4940224.

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

Color convert

RGB1929775-
CMYK00.490.610.25
HSL11.28º48.15%52.35%-
HSV(B)11.28º60.94%75.29%-
XYZ27.2820.269.13-
YUV122.9100.97177.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.75%
GREEN value IS 97 (38.28% from 255) = 26.65%
BLUE value IS 75 (29.69% from 255) = 20.60%
R=52.75%
G=26.65%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192977500.490.610.2511.2848.1552.35
HexC0614B0313D19b3034
Octal3001411130617531136064
Binary11000000110000110010110110001111101110011011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0614B; }

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

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

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

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

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

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

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

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