Html Css Color HEX #C15B48 Flame Pea

📋 copy color: '#C15B48'

red 193 ◦ green 91 ◦ blue 72

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

Shades of Flame Pea #C15B48

Tints of Flame Pea #C15B48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.22%

R = 54.21%
G = 25.56%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C15B48 (or 0xC15B48) is known color: Flame Pea. HEX triplet: C1, 5B and 48. RGB value is (193,91,72). Sum of RGB (Red+Green+Blue) = 193+91+72=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15B48 is #3EA4B7. Grayscale: #777777. Windows color (decimal): -4105400 or 4742081. OLE color: 4742081.

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

Color convert

RGB 193 91 72 -
CMYK 0 0.53 0.63 0.24
HSL 9.42º 0.49% 0.52% -
HSV(B) 9.42º 0.63% 0.76% -
XYZ 26.9 19.29 8.44 -
YUV 119.33 101.29 180.54 -
System Red Green Blue C M Y K H S L
Decimal 193 91 72 0 0.53 0.63 0.24 9.42 0.49 0.52
Hex C1 5B 48 0 35 3F 18 9 31 34
Octal 301 133 110 0 65 77 30 11 61 64
Binary 11000001 1011011 1001000 0 110101 111111 11000 1001 110001 110100

Color Harmonies of #C15B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15B48

Black with #C15B48

Text Example


Text Example

White with #C15B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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