Html Css Color HEX #C05E48 Flame Pea

📋 copy color: '#C05E48'

red 192 ◦ green 94 ◦ blue 72

#C05E48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Pea #C05E48

Tints of Flame Pea #C05E48

RGB

 RED value IS 192 (75.39% from 255) = 53.63%

 GREEN value IS 94 (37.11% from 255) = 26.26%

 BLUE value IS 72 (28.52% from 255) = 20.11%

R = 53.63%
G = 26.26%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C05E48 (or 0xC05E48) is known color: Flame Pea. HEX triplet: C0, 5E and 48. RGB value is (192,94,72). Sum of RGB (Red+Green+Blue) = 192+94+72=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05E48 is #3FA1B7. Grayscale: #787878. Windows color (decimal): -4170168 or 4742848. OLE color: 4742848.

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

Color convert

RGB 192 94 72 -
CMYK 0 0.51 0.63 0.25
HSL 11º 0.49% 0.52% -
HSV(B) 11º 0.63% 0.75% -
XYZ 26.91 19.68 8.51 -
YUV 120.79 100.47 178.79 -
System Red Green Blue C M Y K H S L
Decimal 192 94 72 0 0.51 0.63 0.25 11 0.49 0.52
Hex C0 5E 48 0 33 3F 19 B 31 34
Octal 300 136 110 0 63 77 31 13 61 64
Binary 11000000 1011110 1001000 0 110011 111111 11001 1011 110001 110100

Color Harmonies of #C05E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05E48

Black with #C05E48

Text Example


Text Example

White with #C05E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05E48; }

 p { color: rgb(192,94,72); }

 H1.HeaderClassName
 {
   color: #C05E48;
 }
 .AnyTagClassName
 {
   color: #C05E48;
 }
</style>

background-color css

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

 a { background-color: rgb(192,94,72); }

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

border-color css

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

 span { border-color: rgb(192,94,72); }

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