Html Css Color HEX #C1594B Flame Pea

📋 copy color: '#C1594B'

red 193 ◦ green 89 ◦ blue 75

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

Shades of Flame Pea #C1594B

Tints of Flame Pea #C1594B

RGB

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

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

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

R = 54.06%
G = 24.93%
B = 21.01%

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

#C1594B (or 0xC1594B) is known color: Flame Pea. HEX triplet: C1, 59 and 4B. RGB value is (193,89,75). Sum of RGB (Red+Green+Blue) = 193+89+75=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C1594B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1594B is #3EA6B4. Grayscale: #767676. Windows color (decimal): -4105909 or 4938177. OLE color: 4938177.

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

Color convert

RGB 193 89 75 -
CMYK 0 0.54 0.61 0.24
HSL 7.12º 0.49% 0.53% -
HSV(B) 7.12º 0.61% 0.76% -
XYZ 26.83 18.99 8.91 -
YUV 118.5 103.46 181.14 -
System Red Green Blue C M Y K H S L
Decimal 193 89 75 0 0.54 0.61 0.24 7.12 0.49 0.53
Hex C1 59 4B 0 36 3D 18 7 31 35
Octal 301 131 113 0 66 75 30 7 61 65
Binary 11000001 1011001 1001011 0 110110 111101 11000 111 110001 110101

Color Harmonies of #C1594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1594B

Black with #C1594B

Text Example


Text Example

White with #C1594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1594B; }

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

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

background-color css

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

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

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

border-color css

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

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

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