#C3624C

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

Shades of Flame Pea #C3624C

Tints of Flame Pea #C3624C

Color information

#C3624C (or 0xC3624C) is unknown color: approx Flame Pea. HEX triplet: C3, 62 and 4C. RGB value is (195,98,76). Sum of RGB (Red+Green+Blue) = 195+98+76=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C3624C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3624C is #3C9DB3. Grayscale: #7C7C7C. Windows color (decimal): -3972532 or 5006019. OLE color: 5006019.

HSL color Cylindrical-coordinate representation of color #C3624C: hue angle of 11.09º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C3624C is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB1959876-
CMYK00.500.610.24
HSL11.09º49.79%53.14%-
HSV(B)11.09º61.03%76.47%-
XYZ28.1820.869.38-
YUV124.49100.64178.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.85%
GREEN value IS 98 (38.67% from 255) = 26.56%
BLUE value IS 76 (30.08% from 255) = 20.60%
R=52.85%
G=26.56%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195987600.500.610.2411.0949.7953.14
HexC3624C0323D18b3235
Octal3031421140627530136265
Binary11000011110001010011000110010111101110001011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3624C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3624C; }

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

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

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

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

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

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

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

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