Html Css Color HEX #C26243 Flame Pea

📋 copy color: '#C26243'

red 194 ◦ green 98 ◦ blue 67

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

Shades of Flame Pea #C26243

Tints of Flame Pea #C26243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.66%

R = 54.04%
G = 27.3%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C26243 (or 0xC26243) is known color: Flame Pea. HEX triplet: C2, 62 and 43. RGB value is (194,98,67). Sum of RGB (Red+Green+Blue) = 194+98+67=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C26243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26243 is #3D9DBC. Grayscale: #7B7B7B. Windows color (decimal): -4038077 or 4416194. OLE color: 4416194.

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

Color convert

RGB 194 98 67 -
CMYK 0 0.49 0.65 0.24
HSL 14.65º 0.51% 0.51% -
HSV(B) 14.65º 0.65% 0.76% -
XYZ 27.63 20.61 7.83 -
YUV 123.17 96.3 178.52 -
System Red Green Blue C M Y K H S L
Decimal 194 98 67 0 0.49 0.65 0.24 14.65 0.51 0.51
Hex C2 62 43 0 31 41 18 F 33 33
Octal 302 142 103 0 61 101 30 17 63 63
Binary 11000010 1100010 1000011 0 110001 1000001 11000 1111 110011 110011

Color Harmonies of #C26243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26243

Black with #C26243

Text Example


Text Example

White with #C26243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26243; }

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

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

background-color css

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

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

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

border-color css

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

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

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