Html Css Color HEX #C1634F Flame Pea

📋 copy color: '#C1634F'

red 193 ◦ green 99 ◦ blue 79

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

Shades of Flame Pea #C1634F

Tints of Flame Pea #C1634F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.68%

 BLUE value IS 79 (31.25% from 255) = 21.29%

R = 52.02%
G = 26.68%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C1634F (or 0xC1634F) is known color: Flame Pea. HEX triplet: C1, 63 and 4F. RGB value is (193,99,79). Sum of RGB (Red+Green+Blue) = 193+99+79=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1634F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1634F is #3E9CB0. Grayscale: #7D7D7D. Windows color (decimal): -4103345 or 5202881. OLE color: 5202881.

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

Color convert

RGB 193 99 79 -
CMYK 0 0.49 0.59 0.24
HSL 10.53º 0.48% 0.53% -
HSV(B) 10.53º 0.59% 0.76% -
XYZ 27.87 20.83 9.95 -
YUV 124.83 102.14 176.63 -
System Red Green Blue C M Y K H S L
Decimal 193 99 79 0 0.49 0.59 0.24 10.53 0.48 0.53
Hex C1 63 4F 0 31 3B 18 B 30 35
Octal 301 143 117 0 61 73 30 13 60 65
Binary 11000001 1100011 1001111 0 110001 111011 11000 1011 110000 110101

Color Harmonies of #C1634F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1634F

Black with #C1634F

Text Example


Text Example

White with #C1634F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1634F; }

 p { color: rgb(193,99,79); }

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

background-color css

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

 a { background-color: rgb(193,99,79); }

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

border-color css

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

 span { border-color: rgb(193,99,79); }

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