Html Css Color HEX #C16145 Flame Pea

📋 copy color: '#C16145'

red 193 ◦ green 97 ◦ blue 69

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

Shades of Flame Pea #C16145

Tints of Flame Pea #C16145

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.02%

 BLUE value IS 69 (27.34% from 255) = 19.22%

R = 53.76%
G = 27.02%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C16145 (or 0xC16145) is known color: Flame Pea. HEX triplet: C1, 61 and 45. RGB value is (193,97,69). Sum of RGB (Red+Green+Blue) = 193+97+69=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C16145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16145 is #3E9EBA. Grayscale: #7A7A7A. Windows color (decimal): -4103867 or 4547009. OLE color: 4547009.

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

Color convert

RGB 193 97 69 -
CMYK 0 0.50 0.64 0.24
HSL 13.55º 0.5% 0.51% -
HSV(B) 13.55º 0.64% 0.76% -
XYZ 27.34 20.32 8.11 -
YUV 122.51 97.8 178.28 -
System Red Green Blue C M Y K H S L
Decimal 193 97 69 0 0.50 0.64 0.24 13.55 0.5 0.51
Hex C1 61 45 0 32 40 18 E 32 33
Octal 301 141 105 0 62 100 30 16 62 63
Binary 11000001 1100001 1000101 0 110010 1000000 11000 1110 110010 110011

Color Harmonies of #C16145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16145

Black with #C16145

Text Example


Text Example

White with #C16145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16145; }

 p { color: rgb(193,97,69); }

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

background-color css

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

 a { background-color: rgb(193,97,69); }

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

border-color css

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

 span { border-color: rgb(193,97,69); }

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