Html Css Color HEX #C16342 Flame Pea

📋 copy color: '#C16342'

red 193 ◦ green 99 ◦ blue 66

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

Shades of Flame Pea #C16342

Tints of Flame Pea #C16342

RGB

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

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

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

R = 53.91%
G = 27.65%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C16342 (or 0xC16342) is known color: Flame Pea. HEX triplet: C1, 63 and 42. RGB value is (193,99,66). Sum of RGB (Red+Green+Blue) = 193+99+66=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C16342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16342 is #3E9CBD. Grayscale: #7B7B7B. Windows color (decimal): -4103358 or 4350913. OLE color: 4350913.

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

Color convert

RGB 193 99 66 -
CMYK 0 0.49 0.66 0.24
HSL 15.59º 0.51% 0.51% -
HSV(B) 15.59º 0.66% 0.76% -
XYZ 27.44 20.65 7.69 -
YUV 123.34 95.64 177.68 -
System Red Green Blue C M Y K H S L
Decimal 193 99 66 0 0.49 0.66 0.24 15.59 0.51 0.51
Hex C1 63 42 0 31 42 18 10 33 33
Octal 301 143 102 0 61 102 30 20 63 63
Binary 11000001 1100011 1000010 0 110001 1000010 11000 10000 110011 110011

Color Harmonies of #C16342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16342

Black with #C16342

Text Example


Text Example

White with #C16342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16342; }

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

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

background-color css

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

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

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

border-color css

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

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

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