#C05B45

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

Shades of Flame Pea #C05B45

Tints of Flame Pea #C05B45

Color information

#C05B45 (or 0xC05B45) is unknown color: approx Flame Pea. HEX triplet: C0, 5B and 45. RGB value is (192,91,69). Sum of RGB (Red+Green+Blue) = 192+91+69=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05B45 is #3FA4BA. Grayscale: #767676. Windows color (decimal): -4170939 or 4545472. OLE color: 4545472.

HSL color Cylindrical-coordinate representation of color #C05B45: hue angle of 10.73º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C05B45 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB1929169-
CMYK00.530.640.25
HSL10.73º49.4%51.18%-
HSV(B)10.73º64.06%75.29%-
XYZ26.5519.127.92-
YUV118.6999.96180.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.55%
GREEN value IS 91 (35.94% from 255) = 25.85%
BLUE value IS 69 (27.34% from 255) = 19.60%
R=54.55%
G=25.85%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192916900.530.640.2510.7349.451.18
HexC05B450354019b3133
Octal30013310506510031136163
Binary110000001011011100010101101011000000110011011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05B45; }

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

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

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

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

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

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

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

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