Html Css Color HEX #C05944 Flame Pea

📋 copy color: '#C05944'

red 192 ◦ green 89 ◦ blue 68

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

Shades of Flame Pea #C05944

Tints of Flame Pea #C05944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.48%

R = 55.01%
G = 25.5%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C05944 (or 0xC05944) is known color: Flame Pea. HEX triplet: C0, 59 and 44. RGB value is (192,89,68). Sum of RGB (Red+Green+Blue) = 192+89+68=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C05944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05944 is #3FA6BB. Grayscale: #757575. Windows color (decimal): -4171452 or 4479424. OLE color: 4479424.

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

Color convert

RGB 192 89 68 -
CMYK 0 0.54 0.65 0.25
HSL 10.16º 0.5% 0.51% -
HSV(B) 10.16º 0.65% 0.75% -
XYZ 26.35 18.77 7.7 -
YUV 117.4 100.12 181.21 -
System Red Green Blue C M Y K H S L
Decimal 192 89 68 0 0.54 0.65 0.25 10.16 0.5 0.51
Hex C0 59 44 0 36 41 19 A 32 33
Octal 300 131 104 0 66 101 31 12 62 63
Binary 11000000 1011001 1000100 0 110110 1000001 11001 1010 110010 110011

Color Harmonies of #C05944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05944

Black with #C05944

Text Example


Text Example

White with #C05944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05944; }

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

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

background-color css

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

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

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

border-color css

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

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

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