Html Css Color HEX #C0584A Flame Pea

📋 copy color: '#C0584A'

red 192 ◦ green 88 ◦ blue 74

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

Shades of Flame Pea #C0584A

Tints of Flame Pea #C0584A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.86%

 BLUE value IS 74 (29.3% from 255) = 20.9%

R = 54.24%
G = 24.86%
B = 20.9%

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

#C0584A (or 0xC0584A) is known color: Flame Pea. HEX triplet: C0, 58 and 4A. RGB value is (192,88,74). Sum of RGB (Red+Green+Blue) = 192+88+74=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0584A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0584A is #3FA7B5. Grayscale: #757575. Windows color (decimal): -4171702 or 4872384. OLE color: 4872384.

HSL color Cylindrical-coordinate representation of color #C0584A: hue angle of 7.12º 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 #C0584A is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 88 74 -
CMYK 0 0.54 0.61 0.25
HSL 7.12º 0.48% 0.52% -
HSV(B) 7.12º 0.61% 0.75% -
XYZ 26.46 18.68 8.69 -
YUV 117.5 103.46 181.14 -
System Red Green Blue C M Y K H S L
Decimal 192 88 74 0 0.54 0.61 0.25 7.12 0.48 0.52
Hex C0 58 4A 0 36 3D 19 7 30 34
Octal 300 130 112 0 66 75 31 7 60 64
Binary 11000000 1011000 1001010 0 110110 111101 11001 111 110000 110100

Color Harmonies of #C0584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0584A

Black with #C0584A

Text Example


Text Example

White with #C0584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0584A; }

 p { color: rgb(192,88,74); }

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

background-color css

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

 a { background-color: rgb(192,88,74); }

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

border-color css

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

 span { border-color: rgb(192,88,74); }

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