#C0584B

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

Shades of Flame Pea #C0584B

Tints of Flame Pea #C0584B

Color information

#C0584B (or 0xC0584B) is unknown color: approx Flame Pea. HEX triplet: C0, 58 and 4B. RGB value is (192,88,75). Sum of RGB (Red+Green+Blue) = 192+88+75=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C0584B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0584B is #3FA7B4. Grayscale: #757575. Windows color (decimal): -4171701 or 4937920. OLE color: 4937920.

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

Color convert

RGB1928875-
CMYK00.540.610.25
HSL6.67º48.15%52.35%-
HSV(B)6.67º60.94%75.29%-
XYZ26.518.698.87-
YUV117.61103.96181.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.08%
GREEN value IS 88 (34.77% from 255) = 24.79%
BLUE value IS 75 (29.69% from 255) = 21.13%
R=54.08%
G=24.79%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192887500.540.610.256.6748.1552.35
HexC0584B0363D1973034
Octal300130113066753176064
Binary1100000010110001001011011011011110111001111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0584B; }

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

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

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

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

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

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

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

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