#C2664B

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

Shades of Flame Pea #C2664B

Tints of Flame Pea #C2664B

Color information

#C2664B (or 0xC2664B) is unknown color: approx Flame Pea. HEX triplet: C2, 66 and 4B. RGB value is (194,102,75). Sum of RGB (Red+Green+Blue) = 194+102+75=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2664B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2664B is #3D99B4. Grayscale: #7E7E7E. Windows color (decimal): -4037045 or 4941506. OLE color: 4941506.

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

Color convert

RGB19410275-
CMYK00.470.610.24
HSL13.61º49.38%52.75%-
HSV(B)13.61º61.34%76.08%-
XYZ28.2721.489.31-
YUV126.4398.98176.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.29%
GREEN value IS 102 (40.23% from 255) = 27.49%
BLUE value IS 75 (29.69% from 255) = 20.22%
R=52.29%
G=27.49%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941027500.470.610.2413.6149.3852.75
HexC2664B02F3D18e3135
Octal3021461130577530166165
Binary11000010110011010010110101111111101110001110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2664B; }

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

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

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

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

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

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

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

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