Html Css Color HEX #C0573F Flame Pea

📋 copy color: '#C0573F'

red 192 ◦ green 87 ◦ blue 63

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

Shades of Flame Pea #C0573F

Tints of Flame Pea #C0573F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.42%

R = 56.14%
G = 25.44%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0573F (or 0xC0573F) is known color: Flame Pea. HEX triplet: C0, 57 and 3F. RGB value is (192,87,63). Sum of RGB (Red+Green+Blue) = 192+87+63=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C0573F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0573F is #3FA8C0. Grayscale: #737373. Windows color (decimal): -4171969 or 4151232. OLE color: 4151232.

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

Color convert

RGB 192 87 63 -
CMYK 0 0.55 0.67 0.25
HSL 11.16º 0.51% 0.5% -
HSV(B) 11.16º 0.67% 0.75% -
XYZ 26.04 18.38 6.88 -
YUV 115.66 98.29 182.45 -
System Red Green Blue C M Y K H S L
Decimal 192 87 63 0 0.55 0.67 0.25 11.16 0.51 0.5
Hex C0 57 3F 0 37 43 19 B 33 32
Octal 300 127 77 0 67 103 31 13 63 62
Binary 11000000 1010111 111111 0 110111 1000011 11001 1011 110011 110010

Color Harmonies of #C0573F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0573F

Black with #C0573F

Text Example


Text Example

White with #C0573F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0573F; }

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

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

background-color css

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

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

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

border-color css

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

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

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