Html Css Color HEX #C05946 Flame Pea

📋 copy color: '#C05946'

red 192 ◦ green 89 ◦ blue 70

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

Shades of Flame Pea #C05946

Tints of Flame Pea #C05946

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.36%

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

R = 54.7%
G = 25.36%
B = 19.94%

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

#C05946 (or 0xC05946) is known color: Flame Pea. HEX triplet: C0, 59 and 46. RGB value is (192,89,70). Sum of RGB (Red+Green+Blue) = 192+89+70=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C05946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05946 is #3FA6B9. Grayscale: #757575. Windows color (decimal): -4171450 or 4610496. OLE color: 4610496.

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

Color convert

RGB 192 89 70 -
CMYK 0 0.54 0.64 0.25
HSL 9.34º 0.49% 0.51% -
HSV(B) 9.34º 0.64% 0.75% -
XYZ 26.42 18.79 8.03 -
YUV 117.63 101.12 181.04 -
System Red Green Blue C M Y K H S L
Decimal 192 89 70 0 0.54 0.64 0.25 9.34 0.49 0.51
Hex C0 59 46 0 36 40 19 9 31 33
Octal 300 131 106 0 66 100 31 11 61 63
Binary 11000000 1011001 1000110 0 110110 1000000 11001 1001 110001 110011

Color Harmonies of #C05946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05946

Black with #C05946

Text Example


Text Example

White with #C05946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05946; }

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

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

background-color css

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

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

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

border-color css

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

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

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