Html Css Color HEX #C15B3E Flame Pea

📋 copy color: '#C15B3E'

red 193 ◦ green 91 ◦ blue 62

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

Shades of Flame Pea #C15B3E

Tints of Flame Pea #C15B3E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.3%

 BLUE value IS 62 (24.61% from 255) = 17.92%

R = 55.78%
G = 26.3%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C15B3E (or 0xC15B3E) is known color: Flame Pea. HEX triplet: C1, 5B and 3E. RGB value is (193,91,62). Sum of RGB (Red+Green+Blue) = 193+91+62=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15B3E is #3EA4C1. Grayscale: #767676. Windows color (decimal): -4105410 or 4086721. OLE color: 4086721.

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

Color convert

RGB 193 91 62 -
CMYK 0 0.53 0.68 0.24
HSL 13.28º 0.51% 0.5% -
HSV(B) 13.28º 0.68% 0.76% -
XYZ 26.6 19.17 6.85 -
YUV 118.19 96.29 181.36 -
System Red Green Blue C M Y K H S L
Decimal 193 91 62 0 0.53 0.68 0.24 13.28 0.51 0.5
Hex C1 5B 3E 0 35 44 18 D 33 32
Octal 301 133 76 0 65 104 30 15 63 62
Binary 11000001 1011011 111110 0 110101 1000100 11000 1101 110011 110010

Color Harmonies of #C15B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15B3E

Black with #C15B3E

Text Example


Text Example

White with #C15B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15B3E; }

 p { color: rgb(193,91,62); }

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

background-color css

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

 a { background-color: rgb(193,91,62); }

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

border-color css

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

 span { border-color: rgb(193,91,62); }

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