Html Css Color HEX #C0594B Flame Pea

📋 copy color: '#C0594B'

red 192 ◦ green 89 ◦ blue 75

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

Shades of Flame Pea #C0594B

Tints of Flame Pea #C0594B

RGB

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

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

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

R = 53.93%
G = 25%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0594B (or 0xC0594B) is known color: Flame Pea. HEX triplet: C0, 59 and 4B. RGB value is (192,89,75). Sum of RGB (Red+Green+Blue) = 192+89+75=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0594B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0594B is #3FA6B4. Grayscale: #767676. Windows color (decimal): -4171445 or 4938176. OLE color: 4938176.

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

Color convert

RGB 192 89 75 -
CMYK 0 0.54 0.61 0.25
HSL 7.18º 0.48% 0.52% -
HSV(B) 7.18º 0.61% 0.75% -
XYZ 26.58 18.86 8.9 -
YUV 118.2 103.62 180.64 -
System Red Green Blue C M Y K H S L
Decimal 192 89 75 0 0.54 0.61 0.25 7.18 0.48 0.52
Hex C0 59 4B 0 36 3D 19 7 30 34
Octal 300 131 113 0 66 75 31 7 60 64
Binary 11000000 1011001 1001011 0 110110 111101 11001 111 110000 110100

Color Harmonies of #C0594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0594B

Black with #C0594B

Text Example


Text Example

White with #C0594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0594B; }

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

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

background-color css

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

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

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

border-color css

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

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

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