#C2654B

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

Shades of Flame Pea #C2654B

Tints of Flame Pea #C2654B

Color information

#C2654B (or 0xC2654B) is unknown color: approx Flame Pea. HEX triplet: C2, 65 and 4B. RGB value is (194,101,75). Sum of RGB (Red+Green+Blue) = 194+101+75=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C2654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2654B is #3D9AB4. Grayscale: #7E7E7E. Windows color (decimal): -4037301 or 4941250. OLE color: 4941250.

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

Color convert

RGB19410175-
CMYK00.480.610.24
HSL13.11º49.38%52.75%-
HSV(B)13.11º61.34%76.08%-
XYZ28.1721.289.28-
YUV125.8499.31176.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.43%
GREEN value IS 101 (39.84% from 255) = 27.30%
BLUE value IS 75 (29.69% from 255) = 20.27%
R=52.43%
G=27.30%
B=20.27%

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
Decimal1941017500.480.610.2413.1149.3852.75
HexC2654B0303D18d3135
Octal3021451130607530156165
Binary11000010110010110010110110000111101110001101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2654B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2654B; }

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

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

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

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

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

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

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

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