#C2654C

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

Shades of Flame Pea #C2654C

Tints of Flame Pea #C2654C

Color information

#C2654C (or 0xC2654C) is unknown color: approx Flame Pea. HEX triplet: C2, 65 and 4C. RGB value is (194,101,76). Sum of RGB (Red+Green+Blue) = 194+101+76=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2654C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2654C is #3D9AB3. Grayscale: #7E7E7E. Windows color (decimal): -4037300 or 5006786. OLE color: 5006786.

HSL color Cylindrical-coordinate representation of color #C2654C: hue angle of 12.71º degrees, saturation: 0.49, 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 #C2654C is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB19410176-
CMYK00.480.610.24
HSL12.71º49.17%52.94%-
HSV(B)12.71º60.82%76.08%-
XYZ28.2121.39.46-
YUV125.9699.81176.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.29%
GREEN value IS 101 (39.84% from 255) = 27.22%
BLUE value IS 76 (30.08% from 255) = 20.49%
R=52.29%
G=27.22%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941017600.480.610.2412.7149.1752.94
HexC2654C0303D18d3135
Octal3021451140607530156165
Binary11000010110010110011000110000111101110001101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2654C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2654C; }

 p { color: rgb(194,101,76); }

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

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

 a { background-color: rgb(194,101,76); }

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

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

 span { border-color: rgb(194,101,76); }

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