#C2664E

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

Shades of Flame Pea #C2664E

Tints of Flame Pea #C2664E

Color information

#C2664E (or 0xC2664E) is unknown color: approx Flame Pea. HEX triplet: C2, 66 and 4E. RGB value is (194,102,78). Sum of RGB (Red+Green+Blue) = 194+102+78=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 78 (30.86% from 255 or 20.86% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C2664E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2664E is #3D99B1. Grayscale: #7E7E7E. Windows color (decimal): -4037042 or 5138114. OLE color: 5138114.

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

Color convert

RGB19410278-
CMYK00.470.600.24
HSL12.41º48.74%53.33%-
HSV(B)12.41º59.79%76.08%-
XYZ28.3721.529.87-
YUV126.77100.48175.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.87%
GREEN value IS 102 (40.23% from 255) = 27.27%
BLUE value IS 78 (30.86% from 255) = 20.86%
R=51.87%
G=27.27%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941027800.470.600.2412.4148.7453.33
HexC2664E02F3C18c3135
Octal3021461160577430146165
Binary11000010110011010011100101111111100110001100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2664E; }

 p { color: rgb(194,102,78); }

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

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

 a { background-color: rgb(194,102,78); }

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

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

 span { border-color: rgb(194,102,78); }

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