Html Css Color HEX #C05846 Flame Pea

📋 copy color: '#C05846'

red 192 ◦ green 88 ◦ blue 70

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

Shades of Flame Pea #C05846

Tints of Flame Pea #C05846

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.14%

 BLUE value IS 70 (27.73% from 255) = 20%

R = 54.86%
G = 25.14%
B = 20%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C05846 (or 0xC05846) is known color: Flame Pea. HEX triplet: C0, 58 and 46. RGB value is (192,88,70). Sum of RGB (Red+Green+Blue) = 192+88+70=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C05846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05846 is #3FA7B9. Grayscale: #757575. Windows color (decimal): -4171706 or 4610240. OLE color: 4610240.

HSL color Cylindrical-coordinate representation of color #C05846: hue angle of 8.85º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C05846 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 88 70 -
CMYK 0 0.54 0.64 0.25
HSL 8.85º 0.49% 0.51% -
HSV(B) 8.85º 0.64% 0.75% -
XYZ 26.33 18.63 8 -
YUV 117.04 101.46 181.46 -
System Red Green Blue C M Y K H S L
Decimal 192 88 70 0 0.54 0.64 0.25 8.85 0.49 0.51
Hex C0 58 46 0 36 40 19 9 31 33
Octal 300 130 106 0 66 100 31 11 61 63
Binary 11000000 1011000 1000110 0 110110 1000000 11001 1001 110001 110011

Color Harmonies of #C05846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05846

Black with #C05846

Text Example


Text Example

White with #C05846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05846; }

 p { color: rgb(192,88,70); }

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

background-color css

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

 a { background-color: rgb(192,88,70); }

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

border-color css

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

 span { border-color: rgb(192,88,70); }

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