Html Css Color HEX #C65D49 Flame Pea

📋 copy color: '#C65D49'

red 198 ◦ green 93 ◦ blue 73

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

Shades of Flame Pea #C65D49

Tints of Flame Pea #C65D49

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.55%

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

R = 54.4%
G = 25.55%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C65D49 (or 0xC65D49) is known color: Flame Pea. HEX triplet: C6, 5D and 49. RGB value is (198,93,73). Sum of RGB (Red+Green+Blue) = 198+93+73=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65D49 is #39A2B6. Grayscale: #7A7A7A. Windows color (decimal): -3777207 or 4808134. OLE color: 4808134.

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

Color convert

RGB 198 93 73 -
CMYK 0 0.53 0.63 0.22
HSL 9.6º 0.52% 0.53% -
HSV(B) 9.6º 0.63% 0.78% -
XYZ 28.41 20.32 8.73 -
YUV 122.12 100.29 182.13 -
System Red Green Blue C M Y K H S L
Decimal 198 93 73 0 0.53 0.63 0.22 9.6 0.52 0.53
Hex C6 5D 49 0 35 3F 16 A 34 35
Octal 306 135 111 0 65 77 26 12 64 65
Binary 11000110 1011101 1001001 0 110101 111111 10110 1010 110100 110101

Color Harmonies of #C65D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65D49

Black with #C65D49

Text Example


Text Example

White with #C65D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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