Html Css Color HEX #C1584A Flame Pea

📋 copy color: '#C1584A'

red 193 ◦ green 88 ◦ blue 74

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

Shades of Flame Pea #C1584A

Tints of Flame Pea #C1584A

RGB

 RED value IS 193 (75.78% from 255) = 54.37%

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

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

R = 54.37%
G = 24.79%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1584A (or 0xC1584A) is known color: Flame Pea. HEX triplet: C1, 58 and 4A. RGB value is (193,88,74). Sum of RGB (Red+Green+Blue) = 193+88+74=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C1584A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1584A is #3EA7B5. Grayscale: #757575. Windows color (decimal): -4106166 or 4872385. OLE color: 4872385.

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

Color convert

RGB 193 88 74 -
CMYK 0 0.54 0.62 0.24
HSL 7.06º 0.49% 0.52% -
HSV(B) 7.06º 0.62% 0.76% -
XYZ 26.72 18.81 8.7 -
YUV 117.8 103.29 181.64 -
System Red Green Blue C M Y K H S L
Decimal 193 88 74 0 0.54 0.62 0.24 7.06 0.49 0.52
Hex C1 58 4A 0 36 3E 18 7 31 34
Octal 301 130 112 0 66 76 30 7 61 64
Binary 11000001 1011000 1001010 0 110110 111110 11000 111 110001 110100

Color Harmonies of #C1584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1584A

Black with #C1584A

Text Example


Text Example

White with #C1584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1584A; }

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

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

background-color css

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

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

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

border-color css

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

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

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