#C0624C

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

Shades of Flame Pea #C0624C

Tints of Flame Pea #C0624C

Color information

#C0624C (or 0xC0624C) is unknown color: approx Flame Pea. HEX triplet: C0, 62 and 4C. RGB value is (192,98,76). Sum of RGB (Red+Green+Blue) = 192+98+76=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C0624C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0624C is #3F9DB3. Grayscale: #7B7B7B. Windows color (decimal): -4169140 or 5006016. OLE color: 5006016.

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

Color convert

RGB1929876-
CMYK00.490.600.25
HSL11.38º47.93%52.55%-
HSV(B)11.38º60.42%75.29%-
XYZ27.4120.469.34-
YUV123.6101.14176.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.46%
GREEN value IS 98 (38.67% from 255) = 26.78%
BLUE value IS 76 (30.08% from 255) = 20.77%
R=52.46%
G=26.78%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192987600.490.600.2511.3847.9352.55
HexC0624C0313C19b3035
Octal3001421140617431136065
Binary11000000110001010011000110001111100110011011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0624C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0624C; }

 p { color: rgb(192,98,76); }

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

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

 a { background-color: rgb(192,98,76); }

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

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

 span { border-color: rgb(192,98,76); }

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