Html Css Color HEX #C1604F Flame Pea

📋 copy color: '#C1604F'

red 193 ◦ green 96 ◦ blue 79

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

Shades of Flame Pea #C1604F

Tints of Flame Pea #C1604F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.09%

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

R = 52.45%
G = 26.09%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C1604F (or 0xC1604F) is known color: Flame Pea. HEX triplet: C1, 60 and 4F. RGB value is (193,96,79). Sum of RGB (Red+Green+Blue) = 193+96+79=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C1604F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1604F is #3E9FB0. Grayscale: #7B7B7B. Windows color (decimal): -4104113 or 5202113. OLE color: 5202113.

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

Color convert

RGB 193 96 79 -
CMYK 0 0.50 0.59 0.24
HSL 8.95º 0.48% 0.53% -
HSV(B) 8.95º 0.59% 0.76% -
XYZ 27.59 20.27 9.86 -
YUV 123.07 103.14 177.88 -
System Red Green Blue C M Y K H S L
Decimal 193 96 79 0 0.50 0.59 0.24 8.95 0.48 0.53
Hex C1 60 4F 0 32 3B 18 9 30 35
Octal 301 140 117 0 62 73 30 11 60 65
Binary 11000001 1100000 1001111 0 110010 111011 11000 1001 110000 110101

Color Harmonies of #C1604F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1604F

Black with #C1604F

Text Example


Text Example

White with #C1604F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1604F; }

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

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

background-color css

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

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

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

border-color css

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

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

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