#C0604B

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

Shades of Flame Pea #C0604B

Tints of Flame Pea #C0604B

Color information

#C0604B (or 0xC0604B) is unknown color: approx Flame Pea. HEX triplet: C0, 60 and 4B. RGB value is (192,96,75). Sum of RGB (Red+Green+Blue) = 192+96+75=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C0604B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0604B is #3F9FB4. Grayscale: #7A7A7A. Windows color (decimal): -4169653 or 4939968. OLE color: 4939968.

HSL color Cylindrical-coordinate representation of color #C0604B: hue angle of 10.77º 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 #C0604B is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB1929675-
CMYK00.500.610.25
HSL10.77º48.15%52.35%-
HSV(B)10.77º60.94%75.29%-
XYZ27.1920.089.1-
YUV122.31101.3177.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.89%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 75 (29.69% from 255) = 20.66%
R=52.89%
G=26.45%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192967500.500.610.2510.7748.1552.35
HexC0604B0323D19b3034
Octal3001401130627531136064
Binary11000000110000010010110110010111101110011011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0604B; }

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

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

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

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

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

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

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

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