Html Css Color HEX #C05A4C Flame Pea

📋 copy color: '#C05A4C'

red 192 ◦ green 90 ◦ blue 76

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

Shades of Flame Pea #C05A4C

Tints of Flame Pea #C05A4C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.14%

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

R = 53.63%
G = 25.14%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C05A4C (or 0xC05A4C) is known color: Flame Pea. HEX triplet: C0, 5A and 4C. RGB value is (192,90,76). Sum of RGB (Red+Green+Blue) = 192+90+76=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05A4C is #3FA5B3. Grayscale: #777777. Windows color (decimal): -4171188 or 5003968. OLE color: 5003968.

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

Color convert

RGB 192 90 76 -
CMYK 0 0.53 0.60 0.25
HSL 7.24º 0.48% 0.53% -
HSV(B) 7.24º 0.6% 0.75% -
XYZ 26.7 19.04 9.11 -
YUV 118.9 103.79 180.14 -
System Red Green Blue C M Y K H S L
Decimal 192 90 76 0 0.53 0.60 0.25 7.24 0.48 0.53
Hex C0 5A 4C 0 35 3C 19 7 30 35
Octal 300 132 114 0 65 74 31 7 60 65
Binary 11000000 1011010 1001100 0 110101 111100 11001 111 110000 110101

Color Harmonies of #C05A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05A4C

Black with #C05A4C

Text Example


Text Example

White with #C05A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05A4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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