Html Css Color HEX #C05742 Flame Pea

📋 copy color: '#C05742'

red 192 ◦ green 87 ◦ blue 66

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

Shades of Flame Pea #C05742

Tints of Flame Pea #C05742

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.22%

 BLUE value IS 66 (26.17% from 255) = 19.13%

R = 55.65%
G = 25.22%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C05742 (or 0xC05742) is known color: Flame Pea. HEX triplet: C0, 57 and 42. RGB value is (192,87,66). Sum of RGB (Red+Green+Blue) = 192+87+66=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C05742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05742 is #3FA8BD. Grayscale: #747474. Windows color (decimal): -4171966 or 4347840. OLE color: 4347840.

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

Color convert

RGB 192 87 66 -
CMYK 0 0.55 0.66 0.25
HSL 10º 0.5% 0.51% -
HSV(B) 10º 0.66% 0.75% -
XYZ 26.13 18.42 7.33 -
YUV 116 99.79 182.21 -
System Red Green Blue C M Y K H S L
Decimal 192 87 66 0 0.55 0.66 0.25 10 0.5 0.51
Hex C0 57 42 0 37 42 19 A 32 33
Octal 300 127 102 0 67 102 31 12 62 63
Binary 11000000 1010111 1000010 0 110111 1000010 11001 1010 110010 110011

Color Harmonies of #C05742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05742

Black with #C05742

Text Example


Text Example

White with #C05742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05742; }

 p { color: rgb(192,87,66); }

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

background-color css

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

 a { background-color: rgb(192,87,66); }

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

border-color css

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

 span { border-color: rgb(192,87,66); }

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