Html Css Color HEX #C26247 Flame Pea

📋 copy color: '#C26247'

red 194 ◦ green 98 ◦ blue 71

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

Shades of Flame Pea #C26247

Tints of Flame Pea #C26247

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27%

 BLUE value IS 71 (28.13% from 255) = 19.56%

R = 53.44%
G = 27%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C26247 (or 0xC26247) is known color: Flame Pea. HEX triplet: C2, 62 and 47. RGB value is (194,98,71). Sum of RGB (Red+Green+Blue) = 194+98+71=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C26247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26247 is #3D9DB8. Grayscale: #7B7B7B. Windows color (decimal): -4038073 or 4678338. OLE color: 4678338.

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

Color convert

RGB 194 98 71 -
CMYK 0 0.49 0.63 0.24
HSL 13.17º 0.5% 0.52% -
HSV(B) 13.17º 0.63% 0.76% -
XYZ 27.75 20.66 8.49 -
YUV 123.63 98.3 178.2 -
System Red Green Blue C M Y K H S L
Decimal 194 98 71 0 0.49 0.63 0.24 13.17 0.5 0.52
Hex C2 62 47 0 31 3F 18 D 32 34
Octal 302 142 107 0 61 77 30 15 62 64
Binary 11000010 1100010 1000111 0 110001 111111 11000 1101 110010 110100

Color Harmonies of #C26247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26247

Black with #C26247

Text Example


Text Example

White with #C26247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26247; }

 p { color: rgb(194,98,71); }

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

background-color css

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

 a { background-color: rgb(194,98,71); }

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

border-color css

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

 span { border-color: rgb(194,98,71); }

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