#C2654A

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

Shades of Flame Pea #C2654A

Tints of Flame Pea #C2654A

Color information

#C2654A (or 0xC2654A) is unknown color: approx Flame Pea. HEX triplet: C2, 65 and 4A. RGB value is (194,101,74). Sum of RGB (Red+Green+Blue) = 194+101+74=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C2654A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2654A is #3D9AB5. Grayscale: #7D7D7D. Windows color (decimal): -4037302 or 4875714. OLE color: 4875714.

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

Color convert

RGB19410174-
CMYK00.480.620.24
HSL13.5º49.59%52.55%-
HSV(B)13.5º61.86%76.08%-
XYZ28.1421.279.1-
YUV125.7398.81176.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.57%
GREEN value IS 101 (39.84% from 255) = 27.37%
BLUE value IS 74 (29.30% from 255) = 20.05%
R=52.57%
G=27.37%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941017400.480.620.2413.549.5952.55
HexC2654A0303E18e3235
Octal3021451120607630166265
Binary11000010110010110010100110000111110110001110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2654A; }

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

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

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

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

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

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

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

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