#C65F49

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

Shades of Flame Pea #C65F49

Tints of Flame Pea #C65F49

Color information

#C65F49 (or 0xC65F49) is unknown color: approx Flame Pea. HEX triplet: C6, 5F and 49. RGB value is (198,95,73). Sum of RGB (Red+Green+Blue) = 198+95+73=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65F49 is #39A0B6. Grayscale: #7B7B7B. Windows color (decimal): -3776695 or 4808646. OLE color: 4808646.

HSL color Cylindrical-coordinate representation of color #C65F49: hue angle of 10.56º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C65F49 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB1989573-
CMYK00.520.630.22
HSL10.56º52.3%53.14%-
HSV(B)10.56º63.13%77.65%-
XYZ28.5820.678.79-
YUV123.2999.62181.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.10%
GREEN value IS 95 (37.5% from 255) = 25.96%
BLUE value IS 73 (28.91% from 255) = 19.95%
R=54.10%
G=25.96%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198957300.520.630.2210.5652.353.14
HexC65F490343F16b3435
Octal3061371110647726136465
Binary11000110101111110010010110100111111101101011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65F49; }

 p { color: rgb(198,95,73); }

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

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

 a { background-color: rgb(198,95,73); }

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

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

 span { border-color: rgb(198,95,73); }

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