Html Css Color HEX #C1584B Flame Pea

📋 copy color: '#C1584B'

red 193 ◦ green 88 ◦ blue 75

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

Shades of Flame Pea #C1584B

Tints of Flame Pea #C1584B

RGB

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

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

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

R = 54.21%
G = 24.72%
B = 21.07%

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

#C1584B (or 0xC1584B) is known color: Flame Pea. HEX triplet: C1, 58 and 4B. RGB value is (193,88,75). Sum of RGB (Red+Green+Blue) = 193+88+75=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1584B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1584B is #3EA7B4. Grayscale: #767676. Windows color (decimal): -4106165 or 4937921. OLE color: 4937921.

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

Color convert

RGB 193 88 75 -
CMYK 0 0.54 0.61 0.24
HSL 6.61º 0.49% 0.53% -
HSV(B) 6.61º 0.61% 0.76% -
XYZ 26.75 18.82 8.88 -
YUV 117.91 103.79 181.56 -
System Red Green Blue C M Y K H S L
Decimal 193 88 75 0 0.54 0.61 0.24 6.61 0.49 0.53
Hex C1 58 4B 0 36 3D 18 7 31 35
Octal 301 130 113 0 66 75 30 7 61 65
Binary 11000001 1011000 1001011 0 110110 111101 11000 111 110001 110101

Color Harmonies of #C1584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1584B

Black with #C1584B

Text Example


Text Example

White with #C1584B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1584B; }

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

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

background-color css

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

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

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

border-color css

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

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

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