#C3624E

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

Shades of Flame Pea #C3624E

Tints of Flame Pea #C3624E

Color information

#C3624E (or 0xC3624E) is unknown color: approx Flame Pea. HEX triplet: C3, 62 and 4E. RGB value is (195,98,78). Sum of RGB (Red+Green+Blue) = 195+98+78=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3624E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3624E is #3C9DB1. Grayscale: #7C7C7C. Windows color (decimal): -3972530 or 5137091. OLE color: 5137091.

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

Color convert

RGB1959878-
CMYK00.500.60.24
HSL10.26º49.37%53.53%-
HSV(B)10.26º60%76.47%-
XYZ28.2520.899.75-
YUV124.72101.64178.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.56%
GREEN value IS 98 (38.67% from 255) = 26.42%
BLUE value IS 78 (30.86% from 255) = 21.02%
R=52.56%
G=26.42%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.6
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195987800.500.60.2410.2649.3753.53
HexC3624E0323C18a3136
Octal3031421160627430126166
Binary11000011110001010011100110010111100110001010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3624E; }

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

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

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

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

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

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

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

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