Html Css Color HEX #C05D4A Flame Pea

📋 copy color: '#C05D4A'

red 192 ◦ green 93 ◦ blue 74

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

Shades of Flame Pea #C05D4A

Tints of Flame Pea #C05D4A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.91%

 BLUE value IS 74 (29.3% from 255) = 20.61%

R = 53.48%
G = 25.91%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C05D4A (or 0xC05D4A) is known color: Flame Pea. HEX triplet: C0, 5D and 4A. RGB value is (192,93,74). Sum of RGB (Red+Green+Blue) = 192+93+74=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05D4A is #3FA2B5. Grayscale: #787878. Windows color (decimal): -4170422 or 4873664. OLE color: 4873664.

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

Color convert

RGB 192 93 74 -
CMYK 0 0.52 0.61 0.25
HSL 9.66º 0.48% 0.52% -
HSV(B) 9.66º 0.61% 0.75% -
XYZ 26.89 19.53 8.83 -
YUV 120.44 101.8 179.04 -
System Red Green Blue C M Y K H S L
Decimal 192 93 74 0 0.52 0.61 0.25 9.66 0.48 0.52
Hex C0 5D 4A 0 34 3D 19 A 30 34
Octal 300 135 112 0 64 75 31 12 60 64
Binary 11000000 1011101 1001010 0 110100 111101 11001 1010 110000 110100

Color Harmonies of #C05D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05D4A

Black with #C05D4A

Text Example


Text Example

White with #C05D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05D4A; }

 p { color: rgb(192,93,74); }

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

background-color css

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

 a { background-color: rgb(192,93,74); }

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

border-color css

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

 span { border-color: rgb(192,93,74); }

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