Html Css Color HEX #C16042 Flame Pea

📋 copy color: '#C16042'

red 193 ◦ green 96 ◦ blue 66

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

Shades of Flame Pea #C16042

Tints of Flame Pea #C16042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.59%

R = 54.37%
G = 27.04%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C16042 (or 0xC16042) is known color: Flame Pea. HEX triplet: C1, 60 and 42. RGB value is (193,96,66). Sum of RGB (Red+Green+Blue) = 193+96+66=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C16042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16042 is #3E9FBD. Grayscale: #797979. Windows color (decimal): -4104126 or 4350145. OLE color: 4350145.

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

Color convert

RGB 193 96 66 -
CMYK 0 0.50 0.66 0.24
HSL 14.17º 0.51% 0.51% -
HSV(B) 14.17º 0.66% 0.76% -
XYZ 27.16 20.1 7.6 -
YUV 121.58 96.64 178.94 -
System Red Green Blue C M Y K H S L
Decimal 193 96 66 0 0.50 0.66 0.24 14.17 0.51 0.51
Hex C1 60 42 0 32 42 18 E 33 33
Octal 301 140 102 0 62 102 30 16 63 63
Binary 11000001 1100000 1000010 0 110010 1000010 11000 1110 110011 110011

Color Harmonies of #C16042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16042

Black with #C16042

Text Example


Text Example

White with #C16042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16042; }

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

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

background-color css

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

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

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

border-color css

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

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

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