Html Css Color HEX #C66149 Flame Pea

📋 copy color: '#C66149'

red 198 ◦ green 97 ◦ blue 73

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

Shades of Flame Pea #C66149

Tints of Flame Pea #C66149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.84%

R = 53.8%
G = 26.36%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C66149 (or 0xC66149) is known color: Flame Pea. HEX triplet: C6, 61 and 49. RGB value is (198,97,73). Sum of RGB (Red+Green+Blue) = 198+97+73=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C66149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66149 is #399EB6. Grayscale: #7C7C7C. Windows color (decimal): -3776183 or 4809158. OLE color: 4809158.

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

Color convert

RGB 198 97 73 -
CMYK 0 0.51 0.63 0.22
HSL 11.52º 0.52% 0.53% -
HSV(B) 11.52º 0.63% 0.78% -
XYZ 28.77 21.04 8.85 -
YUV 124.46 98.96 180.45 -
System Red Green Blue C M Y K H S L
Decimal 198 97 73 0 0.51 0.63 0.22 11.52 0.52 0.53
Hex C6 61 49 0 33 3F 16 C 34 35
Octal 306 141 111 0 63 77 26 14 64 65
Binary 11000110 1100001 1001001 0 110011 111111 10110 1100 110100 110101

Color Harmonies of #C66149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66149

Black with #C66149

Text Example


Text Example

White with #C66149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66149; }

 p { color: rgb(198,97,73); }

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

background-color css

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

 a { background-color: rgb(198,97,73); }

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

border-color css

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

 span { border-color: rgb(198,97,73); }

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