Html Css Color HEX #C06040 Flame Pea

📋 copy color: '#C06040'

red 192 ◦ green 96 ◦ blue 64

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

Shades of Flame Pea #C06040

Tints of Flame Pea #C06040

RGB

 RED value IS 192 (75.39% from 255) = 54.55%

 GREEN value IS 96 (37.89% from 255) = 27.27%

 BLUE value IS 64 (25.39% from 255) = 18.18%

R = 54.55%
G = 27.27%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C06040 (or 0xC06040) is known color: Flame Pea. HEX triplet: C0, 60 and 40. RGB value is (192,96,64). Sum of RGB (Red+Green+Blue) = 192+96+64=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C06040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06040 is #3F9FBF. Grayscale: #797979. Windows color (decimal): -4169664 or 4219072. OLE color: 4219072.

HSL color Cylindrical-coordinate representation of color #C06040: hue angle of 15º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C06040 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 96 64 -
CMYK 0 0.50 0.67 0.25
HSL 15º 0.5% 0.5% -
HSV(B) 15º 0.67% 0.75% -
XYZ 26.85 19.94 7.28 -
YUV 121.06 95.8 178.6 -
System Red Green Blue C M Y K H S L
Decimal 192 96 64 0 0.50 0.67 0.25 15 0.5 0.5
Hex C0 60 40 0 32 43 19 F 32 32
Octal 300 140 100 0 62 103 31 17 62 62
Binary 11000000 1100000 1000000 0 110010 1000011 11001 1111 110010 110010

Color Harmonies of #C06040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06040

Black with #C06040

Text Example


Text Example

White with #C06040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06040; }

 p { color: rgb(192,96,64); }

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

background-color css

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

 a { background-color: rgb(192,96,64); }

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

border-color css

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

 span { border-color: rgb(192,96,64); }

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