Html Css Color HEX #C26342 Flame Pea

📋 copy color: '#C26342'

red 194 ◦ green 99 ◦ blue 66

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

Shades of Flame Pea #C26342

Tints of Flame Pea #C26342

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.58%

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

R = 54.04%
G = 27.58%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C26342 (or 0xC26342) is known color: Flame Pea. HEX triplet: C2, 63 and 42. RGB value is (194,99,66). Sum of RGB (Red+Green+Blue) = 194+99+66=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C26342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26342 is #3D9CBD. Grayscale: #7B7B7B. Windows color (decimal): -4037822 or 4350914. OLE color: 4350914.

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

Color convert

RGB 194 99 66 -
CMYK 0 0.49 0.66 0.24
HSL 15.47º 0.51% 0.51% -
HSV(B) 15.47º 0.66% 0.76% -
XYZ 27.69 20.79 7.71 -
YUV 123.64 95.47 178.18 -
System Red Green Blue C M Y K H S L
Decimal 194 99 66 0 0.49 0.66 0.24 15.47 0.51 0.51
Hex C2 63 42 0 31 42 18 F 33 33
Octal 302 143 102 0 61 102 30 17 63 63
Binary 11000010 1100011 1000010 0 110001 1000010 11000 1111 110011 110011

Color Harmonies of #C26342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26342

Black with #C26342

Text Example


Text Example

White with #C26342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26342; }

 p { color: rgb(194,99,66); }

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

background-color css

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

 a { background-color: rgb(194,99,66); }

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

border-color css

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

 span { border-color: rgb(194,99,66); }

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