#C45B45

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

Shades of Flame Pea #C45B45

Tints of Flame Pea #C45B45

Color information

#C45B45 (or 0xC45B45) is unknown color: approx Flame Pea. HEX triplet: C4, 5B and 45. RGB value is (196,91,69). Sum of RGB (Red+Green+Blue) = 196+91+69=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C45B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45B45 is #3BA4BA. Grayscale: #787878. Windows color (decimal): -3908795 or 4545476. OLE color: 4545476.

HSL color Cylindrical-coordinate representation of color #C45B45: hue angle of 10.39º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C45B45 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB1969169-
CMYK00.540.650.23
HSL10.39º51.84%51.96%-
HSV(B)10.39º64.8%76.86%-
XYZ27.5819.657.97-
YUV119.8999.29182.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 55.06%
GREEN value IS 91 (35.94% from 255) = 25.56%
BLUE value IS 69 (27.34% from 255) = 19.38%
R=55.06%
G=25.56%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196916900.540.650.2310.3951.8451.96
HexC45B450364117a3434
Octal30413310506610127126464
Binary110001001011011100010101101101000001101111010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45B45; }

 p { color: rgb(196,91,69); }

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

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

 a { background-color: rgb(196,91,69); }

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

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

 span { border-color: rgb(196,91,69); }

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