Html Css Color HEX #C05642 Flame Pea

📋 copy color: '#C05642'

red 192 ◦ green 86 ◦ blue 66

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

Shades of Flame Pea #C05642

Tints of Flame Pea #C05642

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25%

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

R = 55.81%
G = 25%
B = 19.19%

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

#C05642 (or 0xC05642) is known color: Flame Pea. HEX triplet: C0, 56 and 42. RGB value is (192,86,66). Sum of RGB (Red+Green+Blue) = 192+86+66=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C05642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05642 is #3FA9BD. Grayscale: #737373. Windows color (decimal): -4172222 or 4347584. OLE color: 4347584.

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

Color convert

RGB 192 86 66 -
CMYK 0 0.55 0.66 0.25
HSL 9.52º 0.5% 0.51% -
HSV(B) 9.52º 0.66% 0.75% -
XYZ 26.05 18.26 7.3 -
YUV 115.41 100.12 182.63 -
System Red Green Blue C M Y K H S L
Decimal 192 86 66 0 0.55 0.66 0.25 9.52 0.5 0.51
Hex C0 56 42 0 37 42 19 A 32 33
Octal 300 126 102 0 67 102 31 12 62 63
Binary 11000000 1010110 1000010 0 110111 1000010 11001 1010 110010 110011

Color Harmonies of #C05642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05642

Black with #C05642

Text Example


Text Example

White with #C05642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05642; }

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

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

background-color css

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

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

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

border-color css

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

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

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