Html Css Color HEX #C2594B Flame Pea

📋 copy color: '#C2594B'

red 194 ◦ green 89 ◦ blue 75

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

Shades of Flame Pea #C2594B

Tints of Flame Pea #C2594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.95%

R = 54.19%
G = 24.86%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2594B (or 0xC2594B) is known color: Flame Pea. HEX triplet: C2, 59 and 4B. RGB value is (194,89,75). Sum of RGB (Red+Green+Blue) = 194+89+75=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2594B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2594B is #3DA6B4. Grayscale: #767676. Windows color (decimal): -4040373 or 4938178. OLE color: 4938178.

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

Color convert

RGB 194 89 75 -
CMYK 0 0.54 0.61 0.24
HSL 7.06º 0.49% 0.53% -
HSV(B) 7.06º 0.61% 0.76% -
XYZ 27.09 19.12 8.92 -
YUV 118.8 103.29 181.64 -
System Red Green Blue C M Y K H S L
Decimal 194 89 75 0 0.54 0.61 0.24 7.06 0.49 0.53
Hex C2 59 4B 0 36 3D 18 7 31 35
Octal 302 131 113 0 66 75 30 7 61 65
Binary 11000010 1011001 1001011 0 110110 111101 11000 111 110001 110101

Color Harmonies of #C2594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2594B

Black with #C2594B

Text Example


Text Example

White with #C2594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2594B; }

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

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

background-color css

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

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

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

border-color css

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

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

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