Html Css Color HEX #C05F4F Flame Pea

📋 copy color: '#C05F4F'

red 192 ◦ green 95 ◦ blue 79

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

Shades of Flame Pea #C05F4F

Tints of Flame Pea #C05F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.58%

R = 52.46%
G = 25.96%
B = 21.58%

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

#C05F4F (or 0xC05F4F) is known color: Flame Pea. HEX triplet: C0, 5F and 4F. RGB value is (192,95,79). Sum of RGB (Red+Green+Blue) = 192+95+79=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F4F is #3FA0B0. Grayscale: #7A7A7A. Windows color (decimal): -4169905 or 5201856. OLE color: 5201856.

HSL color Cylindrical-coordinate representation of color #C05F4F: hue angle of 8.5º 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 #C05F4F is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 95 79 -
CMYK 0 0.51 0.59 0.25
HSL 8.5º 0.47% 0.53% -
HSV(B) 8.5º 0.59% 0.75% -
XYZ 27.24 19.96 9.81 -
YUV 122.18 103.64 177.8 -
System Red Green Blue C M Y K H S L
Decimal 192 95 79 0 0.51 0.59 0.25 8.5 0.47 0.53
Hex C0 5F 4F 0 33 3B 19 8 2F 35
Octal 300 137 117 0 63 73 31 10 57 65
Binary 11000000 1011111 1001111 0 110011 111011 11001 1000 101111 110101

Color Harmonies of #C05F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F4F

Black with #C05F4F

Text Example


Text Example

White with #C05F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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