#C0604D

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

Shades of Flame Pea #C0604D

Tints of Flame Pea #C0604D

Color information

#C0604D (or 0xC0604D) is unknown color: approx Flame Pea. HEX triplet: C0, 60 and 4D. RGB value is (192,96,77). Sum of RGB (Red+Green+Blue) = 192+96+77=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C0604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0604D is #3F9FB2. Grayscale: #7A7A7A. Windows color (decimal): -4169651 or 5071040. OLE color: 5071040.

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

Color convert

RGB1929677-
CMYK00.500.600.25
HSL9.91º47.72%52.75%-
HSV(B)9.91º59.9%75.29%-
XYZ27.2620.119.47-
YUV122.54102.3177.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.60%
GREEN value IS 96 (37.89% from 255) = 26.30%
BLUE value IS 77 (30.47% from 255) = 21.10%
R=52.60%
G=26.30%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192967700.500.600.259.9147.7252.75
HexC0604D0323C19a3035
Octal3001401150627431126065
Binary11000000110000010011010110010111100110011010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0604D; }

 p { color: rgb(192,96,77); }

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

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

 a { background-color: rgb(192,96,77); }

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

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

 span { border-color: rgb(192,96,77); }

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