Html Css Color HEX #C05F4C Flame Pea

📋 copy color: '#C05F4C'

red 192 ◦ green 95 ◦ blue 76

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

Shades of Flame Pea #C05F4C

Tints of Flame Pea #C05F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.94%

R = 52.89%
G = 26.17%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C05F4C (or 0xC05F4C) is known color: Flame Pea. HEX triplet: C0, 5F and 4C. RGB value is (192,95,76). Sum of RGB (Red+Green+Blue) = 192+95+76=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05F4C is #3FA0B3. Grayscale: #7A7A7A. Windows color (decimal): -4169908 or 5005248. OLE color: 5005248.

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

Color convert

RGB 192 95 76 -
CMYK 0 0.51 0.60 0.25
HSL 9.83º 0.48% 0.53% -
HSV(B) 9.83º 0.6% 0.75% -
XYZ 27.13 19.91 9.25 -
YUV 121.84 102.14 178.04 -
System Red Green Blue C M Y K H S L
Decimal 192 95 76 0 0.51 0.60 0.25 9.83 0.48 0.53
Hex C0 5F 4C 0 33 3C 19 A 30 35
Octal 300 137 114 0 63 74 31 12 60 65
Binary 11000000 1011111 1001100 0 110011 111100 11001 1010 110000 110101

Color Harmonies of #C05F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F4C

Black with #C05F4C

Text Example


Text Example

White with #C05F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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