Html Css Color HEX #C05F4E Flame Pea

📋 copy color: '#C05F4E'

red 192 ◦ green 95 ◦ blue 78

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

Shades of Flame Pea #C05F4E

Tints of Flame Pea #C05F4E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.03%

 BLUE value IS 78 (30.86% from 255) = 21.37%

R = 52.6%
G = 26.03%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C05F4E (or 0xC05F4E) is known color: Flame Pea. HEX triplet: C0, 5F and 4E. RGB value is (192,95,78). Sum of RGB (Red+Green+Blue) = 192+95+78=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F4E is #3FA0B1. Grayscale: #7A7A7A. Windows color (decimal): -4169906 or 5136320. OLE color: 5136320.

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

Color convert

RGB 192 95 78 -
CMYK 0 0.51 0.59 0.25
HSL 8.95º 0.48% 0.53% -
HSV(B) 8.95º 0.59% 0.75% -
XYZ 27.21 19.94 9.62 -
YUV 122.07 103.14 177.88 -
System Red Green Blue C M Y K H S L
Decimal 192 95 78 0 0.51 0.59 0.25 8.95 0.48 0.53
Hex C0 5F 4E 0 33 3B 19 9 30 35
Octal 300 137 116 0 63 73 31 11 60 65
Binary 11000000 1011111 1001110 0 110011 111011 11001 1001 110000 110101

Color Harmonies of #C05F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F4E

Black with #C05F4E

Text Example


Text Example

White with #C05F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F4E; }

 p { color: rgb(192,95,78); }

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

background-color css

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

 a { background-color: rgb(192,95,78); }

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

border-color css

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

 span { border-color: rgb(192,95,78); }

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