Html Css Color HEX #C66147 Flame Pea

📋 copy color: '#C66147'

red 198 ◦ green 97 ◦ blue 71

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

Shades of Flame Pea #C66147

Tints of Flame Pea #C66147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.4%

R = 54.1%
G = 26.5%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C66147 (or 0xC66147) is known color: Flame Pea. HEX triplet: C6, 61 and 47. RGB value is (198,97,71). Sum of RGB (Red+Green+Blue) = 198+97+71=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C66147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66147 is #399EB8. Grayscale: #7C7C7C. Windows color (decimal): -3776185 or 4678086. OLE color: 4678086.

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

Color convert

RGB 198 97 71 -
CMYK 0 0.51 0.64 0.22
HSL 12.28º 0.53% 0.53% -
HSV(B) 12.28º 0.64% 0.78% -
XYZ 28.7 21.01 8.5 -
YUV 124.24 97.96 180.61 -
System Red Green Blue C M Y K H S L
Decimal 198 97 71 0 0.51 0.64 0.22 12.28 0.53 0.53
Hex C6 61 47 0 33 40 16 C 35 35
Octal 306 141 107 0 63 100 26 14 65 65
Binary 11000110 1100001 1000111 0 110011 1000000 10110 1100 110101 110101

Color Harmonies of #C66147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66147

Black with #C66147

Text Example


Text Example

White with #C66147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66147; }

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

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

background-color css

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

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

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

border-color css

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

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

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