Html Css Color HEX #C15C42 Flame Pea

📋 copy color: '#C15C42'

red 193 ◦ green 92 ◦ blue 66

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

Shades of Flame Pea #C15C42

Tints of Flame Pea #C15C42

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.21%

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

R = 54.99%
G = 26.21%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C15C42 (or 0xC15C42) is known color: Flame Pea. HEX triplet: C1, 5C and 42. RGB value is (193,92,66). Sum of RGB (Red+Green+Blue) = 193+92+66=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15C42 is #3EA3BD. Grayscale: #777777. Windows color (decimal): -4105150 or 4349121. OLE color: 4349121.

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

Color convert

RGB 193 92 66 -
CMYK 0 0.52 0.66 0.24
HSL 12.28º 0.51% 0.51% -
HSV(B) 12.28º 0.66% 0.76% -
XYZ 26.8 19.39 7.48 -
YUV 119.24 97.96 180.61 -
System Red Green Blue C M Y K H S L
Decimal 193 92 66 0 0.52 0.66 0.24 12.28 0.51 0.51
Hex C1 5C 42 0 34 42 18 C 33 33
Octal 301 134 102 0 64 102 30 14 63 63
Binary 11000001 1011100 1000010 0 110100 1000010 11000 1100 110011 110011

Color Harmonies of #C15C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15C42

Black with #C15C42

Text Example


Text Example

White with #C15C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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