Html Css Color HEX #C16040 Flame Pea

📋 copy color: '#C16040'

red 193 ◦ green 96 ◦ blue 64

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

Shades of Flame Pea #C16040

Tints of Flame Pea #C16040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.13%

R = 54.67%
G = 27.2%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C16040 (or 0xC16040) is known color: Flame Pea. HEX triplet: C1, 60 and 40. RGB value is (193,96,64). Sum of RGB (Red+Green+Blue) = 193+96+64=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C16040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16040 is #3E9FBF. Grayscale: #797979. Windows color (decimal): -4104128 or 4219073. OLE color: 4219073.

HSL color Cylindrical-coordinate representation of color #C16040: hue angle of 14.88º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C16040 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 96 64 -
CMYK 0 0.50 0.67 0.24
HSL 14.88º 0.51% 0.5% -
HSV(B) 14.88º 0.67% 0.76% -
XYZ 27.1 20.07 7.3 -
YUV 121.36 95.64 179.1 -
System Red Green Blue C M Y K H S L
Decimal 193 96 64 0 0.50 0.67 0.24 14.88 0.51 0.5
Hex C1 60 40 0 32 43 18 F 33 32
Octal 301 140 100 0 62 103 30 17 63 62
Binary 11000001 1100000 1000000 0 110010 1000011 11000 1111 110011 110010

Color Harmonies of #C16040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16040

Black with #C16040

Text Example


Text Example

White with #C16040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16040; }

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

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

background-color css

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

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

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

border-color css

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

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

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