Html Css Color HEX #C0573D Flame Pea

📋 copy color: '#C0573D'

red 192 ◦ green 87 ◦ blue 61

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

Shades of Flame Pea #C0573D

Tints of Flame Pea #C0573D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.94%

R = 56.47%
G = 25.59%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0573D (or 0xC0573D) is known color: Flame Pea. HEX triplet: C0, 57 and 3D. RGB value is (192,87,61). Sum of RGB (Red+Green+Blue) = 192+87+61=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C0573D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0573D is #3FA8C2. Grayscale: #737373. Windows color (decimal): -4171971 or 4020160. OLE color: 4020160.

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

Color convert

RGB 192 87 61 -
CMYK 0 0.55 0.68 0.25
HSL 11.91º 0.52% 0.5% -
HSV(B) 11.91º 0.68% 0.75% -
XYZ 25.99 18.36 6.59 -
YUV 115.43 97.29 182.61 -
System Red Green Blue C M Y K H S L
Decimal 192 87 61 0 0.55 0.68 0.25 11.91 0.52 0.5
Hex C0 57 3D 0 37 44 19 C 34 32
Octal 300 127 75 0 67 104 31 14 64 62
Binary 11000000 1010111 111101 0 110111 1000100 11001 1100 110100 110010

Color Harmonies of #C0573D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0573D

Black with #C0573D

Text Example


Text Example

White with #C0573D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0573D; }

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

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

background-color css

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

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

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

border-color css

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

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

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