Html Css Color HEX #C1604C Flame Pea

📋 copy color: '#C1604C'

red 193 ◦ green 96 ◦ blue 76

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

Shades of Flame Pea #C1604C

Tints of Flame Pea #C1604C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.82%

R = 52.88%
G = 26.3%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1604C (or 0xC1604C) is known color: Flame Pea. HEX triplet: C1, 60 and 4C. RGB value is (193,96,76). Sum of RGB (Red+Green+Blue) = 193+96+76=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C1604C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1604C is #3E9FB3. Grayscale: #7A7A7A. Windows color (decimal): -4104116 or 5005505. OLE color: 5005505.

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

Color convert

RGB 193 96 76 -
CMYK 0 0.50 0.61 0.24
HSL 10.26º 0.49% 0.53% -
HSV(B) 10.26º 0.61% 0.76% -
XYZ 27.48 20.23 9.29 -
YUV 122.72 101.64 178.13 -
System Red Green Blue C M Y K H S L
Decimal 193 96 76 0 0.50 0.61 0.24 10.26 0.49 0.53
Hex C1 60 4C 0 32 3D 18 A 31 35
Octal 301 140 114 0 62 75 30 12 61 65
Binary 11000001 1100000 1001100 0 110010 111101 11000 1010 110001 110101

Color Harmonies of #C1604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1604C

Black with #C1604C

Text Example


Text Example

White with #C1604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1604C; }

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

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

background-color css

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

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

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

border-color css

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

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

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