Html Css Color HEX #C65F49 Flame Pea

📋 copy color: '#C65F49'

red 198 ◦ green 95 ◦ blue 73

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

Shades of Flame Pea #C65F49

Tints of Flame Pea #C65F49

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.96%

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

R = 54.1%
G = 25.96%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C65F49 (or 0xC65F49) is known color: Flame Pea. HEX triplet: C6, 5F and 49. RGB value is (198,95,73). Sum of RGB (Red+Green+Blue) = 198+95+73=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65F49 is #39A0B6. Grayscale: #7B7B7B. Windows color (decimal): -3776695 or 4808646. OLE color: 4808646.

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

Color convert

RGB 198 95 73 -
CMYK 0 0.52 0.63 0.22
HSL 10.56º 0.52% 0.53% -
HSV(B) 10.56º 0.63% 0.78% -
XYZ 28.58 20.67 8.79 -
YUV 123.29 99.62 181.29 -
System Red Green Blue C M Y K H S L
Decimal 198 95 73 0 0.52 0.63 0.22 10.56 0.52 0.53
Hex C6 5F 49 0 34 3F 16 B 34 35
Octal 306 137 111 0 64 77 26 13 64 65
Binary 11000110 1011111 1001001 0 110100 111111 10110 1011 110100 110101

Color Harmonies of #C65F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65F49

Black with #C65F49

Text Example


Text Example

White with #C65F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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