Html Css Color HEX #C05945 Flame Pea

📋 copy color: '#C05945'

red 192 ◦ green 89 ◦ blue 69

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

Shades of Flame Pea #C05945

Tints of Flame Pea #C05945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.71%

R = 54.86%
G = 25.43%
B = 19.71%

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

#C05945 (or 0xC05945) is known color: Flame Pea. HEX triplet: C0, 59 and 45. RGB value is (192,89,69). Sum of RGB (Red+Green+Blue) = 192+89+69=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C05945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05945 is #3FA6BA. Grayscale: #757575. Windows color (decimal): -4171451 or 4544960. OLE color: 4544960.

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

Color convert

RGB 192 89 69 -
CMYK 0 0.54 0.64 0.25
HSL 9.76º 0.49% 0.51% -
HSV(B) 9.76º 0.64% 0.75% -
XYZ 26.38 18.78 7.86 -
YUV 117.52 100.62 181.13 -
System Red Green Blue C M Y K H S L
Decimal 192 89 69 0 0.54 0.64 0.25 9.76 0.49 0.51
Hex C0 59 45 0 36 40 19 A 31 33
Octal 300 131 105 0 66 100 31 12 61 63
Binary 11000000 1011001 1000101 0 110110 1000000 11001 1010 110001 110011

Color Harmonies of #C05945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05945

Black with #C05945

Text Example


Text Example

White with #C05945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05945; }

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

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

background-color css

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

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

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

border-color css

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

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

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