Html Css Color HEX #C16045 Flame Pea

📋 copy color: '#C16045'

red 193 ◦ green 96 ◦ blue 69

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

Shades of Flame Pea #C16045

Tints of Flame Pea #C16045

RGB

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

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

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

R = 53.91%
G = 26.82%
B = 19.27%

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

#C16045 (or 0xC16045) is known color: Flame Pea. HEX triplet: C1, 60 and 45. RGB value is (193,96,69). Sum of RGB (Red+Green+Blue) = 193+96+69=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C16045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16045 is #3E9FBA. Grayscale: #7A7A7A. Windows color (decimal): -4104123 or 4546753. OLE color: 4546753.

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

Color convert

RGB 193 96 69 -
CMYK 0 0.50 0.64 0.24
HSL 13.06º 0.5% 0.51% -
HSV(B) 13.06º 0.64% 0.76% -
XYZ 27.25 20.13 8.08 -
YUV 121.93 98.14 178.7 -
System Red Green Blue C M Y K H S L
Decimal 193 96 69 0 0.50 0.64 0.24 13.06 0.5 0.51
Hex C1 60 45 0 32 40 18 D 32 33
Octal 301 140 105 0 62 100 30 15 62 63
Binary 11000001 1100000 1000101 0 110010 1000000 11000 1101 110010 110011

Color Harmonies of #C16045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16045

Black with #C16045

Text Example


Text Example

White with #C16045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16045; }

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

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

background-color css

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

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

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

border-color css

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

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

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