Html Css Color HEX #C2593E Flame Pea

📋 copy color: '#C2593E'

red 194 ◦ green 89 ◦ blue 62

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

Shades of Flame Pea #C2593E

Tints of Flame Pea #C2593E

RGB

 RED value IS 194 (76.17% from 255) = 56.23%

 GREEN value IS 89 (35.16% from 255) = 25.8%

 BLUE value IS 62 (24.61% from 255) = 17.97%

R = 56.23%
G = 25.8%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2593E (or 0xC2593E) is known color: Flame Pea. HEX triplet: C2, 59 and 3E. RGB value is (194,89,62). Sum of RGB (Red+Green+Blue) = 194+89+62=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C2593E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2593E is #3DA6C1. Grayscale: #757575. Windows color (decimal): -4040386 or 4086210. OLE color: 4086210.

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

Color convert

RGB 194 89 62 -
CMYK 0 0.54 0.68 0.24
HSL 12.27º 0.52% 0.5% -
HSV(B) 12.27º 0.68% 0.76% -
XYZ 26.69 18.96 6.81 -
YUV 117.32 96.79 182.7 -
System Red Green Blue C M Y K H S L
Decimal 194 89 62 0 0.54 0.68 0.24 12.27 0.52 0.5
Hex C2 59 3E 0 36 44 18 C 34 32
Octal 302 131 76 0 66 104 30 14 64 62
Binary 11000010 1011001 111110 0 110110 1000100 11000 1100 110100 110010

Color Harmonies of #C2593E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2593E

Black with #C2593E

Text Example


Text Example

White with #C2593E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2593E; }

 p { color: rgb(194,89,62); }

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

background-color css

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

 a { background-color: rgb(194,89,62); }

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

border-color css

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

 span { border-color: rgb(194,89,62); }

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