Html Css Color HEX #C05B50 Flame Pea

📋 copy color: '#C05B50'

red 192 ◦ green 91 ◦ blue 80

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

Shades of Flame Pea #C05B50

Tints of Flame Pea #C05B50

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.07%

 BLUE value IS 80 (31.64% from 255) = 22.04%

R = 52.89%
G = 25.07%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C05B50 (or 0xC05B50) is known color: Flame Pea. HEX triplet: C0, 5B and 50. RGB value is (192,91,80). Sum of RGB (Red+Green+Blue) = 192+91+80=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05B50 is #3FA4AF. Grayscale: #787878. Windows color (decimal): -4170928 or 5266368. OLE color: 5266368.

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

Color convert

RGB 192 91 80 -
CMYK 0 0.53 0.58 0.25
HSL 5.89º 0.47% 0.53% -
HSV(B) 5.89º 0.58% 0.75% -
XYZ 26.93 19.27 9.89 -
YUV 119.95 105.46 179.39 -
System Red Green Blue C M Y K H S L
Decimal 192 91 80 0 0.53 0.58 0.25 5.89 0.47 0.53
Hex C0 5B 50 0 35 3A 19 6 2F 35
Octal 300 133 120 0 65 72 31 6 57 65
Binary 11000000 1011011 1010000 0 110101 111010 11001 110 101111 110101

Color Harmonies of #C05B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05B50

Black with #C05B50

Text Example


Text Example

White with #C05B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05B50; }

 p { color: rgb(192,91,80); }

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

background-color css

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

 a { background-color: rgb(192,91,80); }

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

border-color css

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

 span { border-color: rgb(192,91,80); }

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