Html Css Color HEX #C26148 Flame Pea

📋 copy color: '#C26148'

red 194 ◦ green 97 ◦ blue 72

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

Shades of Flame Pea #C26148

Tints of Flame Pea #C26148

RGB

 RED value IS 194 (76.17% from 255) = 53.44%

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

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

R = 53.44%
G = 26.72%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C26148 (or 0xC26148) is known color: Flame Pea. HEX triplet: C2, 61 and 48. RGB value is (194,97,72). Sum of RGB (Red+Green+Blue) = 194+97+72=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C26148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26148 is #3D9EB7. Grayscale: #7B7B7B. Windows color (decimal): -4038328 or 4743618. OLE color: 4743618.

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

Color convert

RGB 194 97 72 -
CMYK 0 0.50 0.63 0.24
HSL 12.3º 0.5% 0.52% -
HSV(B) 12.3º 0.63% 0.76% -
XYZ 27.69 20.49 8.63 -
YUV 123.15 99.14 178.53 -
System Red Green Blue C M Y K H S L
Decimal 194 97 72 0 0.50 0.63 0.24 12.3 0.5 0.52
Hex C2 61 48 0 32 3F 18 C 32 34
Octal 302 141 110 0 62 77 30 14 62 64
Binary 11000010 1100001 1001000 0 110010 111111 11000 1100 110010 110100

Color Harmonies of #C26148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26148

Black with #C26148

Text Example


Text Example

White with #C26148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26148; }

 p { color: rgb(194,97,72); }

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

background-color css

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

 a { background-color: rgb(194,97,72); }

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

border-color css

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

 span { border-color: rgb(194,97,72); }

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