Html Css Color HEX #C05542 Flame Pea

📋 copy color: '#C05542'

red 192 ◦ green 85 ◦ blue 66

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

Shades of Flame Pea #C05542

Tints of Flame Pea #C05542

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.78%

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

R = 55.98%
G = 24.78%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C05542 (or 0xC05542) is known color: Flame Pea. HEX triplet: C0, 55 and 42. RGB value is (192,85,66). Sum of RGB (Red+Green+Blue) = 192+85+66=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C05542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05542 is #3FAABD. Grayscale: #737373. Windows color (decimal): -4172478 or 4347328. OLE color: 4347328.

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

Color convert

RGB 192 85 66 -
CMYK 0 0.56 0.66 0.25
HSL 9.05º 0.5% 0.51% -
HSV(B) 9.05º 0.66% 0.75% -
XYZ 25.97 18.1 7.28 -
YUV 114.83 100.45 183.04 -
System Red Green Blue C M Y K H S L
Decimal 192 85 66 0 0.56 0.66 0.25 9.05 0.5 0.51
Hex C0 55 42 0 38 42 19 9 32 33
Octal 300 125 102 0 70 102 31 11 62 63
Binary 11000000 1010101 1000010 0 111000 1000010 11001 1001 110010 110011

Color Harmonies of #C05542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05542

Black with #C05542

Text Example


Text Example

White with #C05542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05542; }

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

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

background-color css

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

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

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

border-color css

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

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

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