Html Css Color HEX #C66148 Flame Pea

📋 copy color: '#C66148'

red 198 ◦ green 97 ◦ blue 72

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

Shades of Flame Pea #C66148

Tints of Flame Pea #C66148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.62%

R = 53.95%
G = 26.43%
B = 19.62%

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

#C66148 (or 0xC66148) is known color: Flame Pea. HEX triplet: C6, 61 and 48. RGB value is (198,97,72). Sum of RGB (Red+Green+Blue) = 198+97+72=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C66148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66148 is #399EB7. Grayscale: #7C7C7C. Windows color (decimal): -3776184 or 4743622. OLE color: 4743622.

HSL color Cylindrical-coordinate representation of color #C66148: hue angle of 11.9º degrees, saturation: 0.52, 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 #C66148 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 97 72 -
CMYK 0 0.51 0.64 0.22
HSL 11.9º 0.53% 0.53% -
HSV(B) 11.9º 0.64% 0.78% -
XYZ 28.73 21.02 8.67 -
YUV 124.35 98.46 180.53 -
System Red Green Blue C M Y K H S L
Decimal 198 97 72 0 0.51 0.64 0.22 11.9 0.53 0.53
Hex C6 61 48 0 33 40 16 C 34 35
Octal 306 141 110 0 63 100 26 14 64 65
Binary 11000110 1100001 1001000 0 110011 1000000 10110 1100 110100 110101

Color Harmonies of #C66148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66148

Black with #C66148

Text Example


Text Example

White with #C66148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66148; }

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

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

background-color css

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

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

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

border-color css

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

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

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