Html Css Color HEX #C26141 Flame Pea

📋 copy color: '#C26141'

red 194 ◦ green 97 ◦ blue 65

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

Shades of Flame Pea #C26141

Tints of Flame Pea #C26141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.26%

R = 54.49%
G = 27.25%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C26141 (or 0xC26141) is known color: Flame Pea. HEX triplet: C2, 61 and 41. RGB value is (194,97,65). Sum of RGB (Red+Green+Blue) = 194+97+65=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C26141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26141 is #3D9EBE. Grayscale: #7A7A7A. Windows color (decimal): -4038335 or 4284866. OLE color: 4284866.

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

Color convert

RGB 194 97 65 -
CMYK 0 0.50 0.66 0.24
HSL 14.88º 0.51% 0.51% -
HSV(B) 14.88º 0.66% 0.76% -
XYZ 27.48 20.4 7.49 -
YUV 122.36 95.64 179.1 -
System Red Green Blue C M Y K H S L
Decimal 194 97 65 0 0.50 0.66 0.24 14.88 0.51 0.51
Hex C2 61 41 0 32 42 18 F 33 33
Octal 302 141 101 0 62 102 30 17 63 63
Binary 11000010 1100001 1000001 0 110010 1000010 11000 1111 110011 110011

Color Harmonies of #C26141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26141

Black with #C26141

Text Example


Text Example

White with #C26141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26141; }

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

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

background-color css

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

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

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

border-color css

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

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

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