Html Css Color HEX #C66346 Flame Pea

📋 copy color: '#C66346'

red 198 ◦ green 99 ◦ blue 70

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

Shades of Flame Pea #C66346

Tints of Flame Pea #C66346

RGB

 RED value IS 198 (77.73% from 255) = 53.95%

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

 BLUE value IS 70 (27.73% from 255) = 19.07%

R = 53.95%
G = 26.98%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C66346 (or 0xC66346) is known color: Flame Pea. HEX triplet: C6, 63 and 46. RGB value is (198,99,70). Sum of RGB (Red+Green+Blue) = 198+99+70=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C66346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66346 is #399CB9. Grayscale: #7D7D7D. Windows color (decimal): -3775674 or 4613062. OLE color: 4613062.

HSL color Cylindrical-coordinate representation of color #C66346: hue angle of 13.59º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C66346 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 99 70 -
CMYK 0 0.50 0.65 0.22
HSL 13.59º 0.53% 0.53% -
HSV(B) 13.59º 0.65% 0.78% -
XYZ 28.86 21.37 8.4 -
YUV 125.3 96.8 179.86 -
System Red Green Blue C M Y K H S L
Decimal 198 99 70 0 0.50 0.65 0.22 13.59 0.53 0.53
Hex C6 63 46 0 32 41 16 E 35 35
Octal 306 143 106 0 62 101 26 16 65 65
Binary 11000110 1100011 1000110 0 110010 1000001 10110 1110 110101 110101

Color Harmonies of #C66346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66346

Black with #C66346

Text Example


Text Example

White with #C66346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66346; }

 p { color: rgb(198,99,70); }

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

background-color css

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

 a { background-color: rgb(198,99,70); }

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

border-color css

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

 span { border-color: rgb(198,99,70); }

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