Html Css Color HEX #C06241 Flame Pea

📋 copy color: '#C06241'

red 192 ◦ green 98 ◦ blue 65

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

Shades of Flame Pea #C06241

Tints of Flame Pea #C06241

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.61%

 BLUE value IS 65 (25.78% from 255) = 18.31%

R = 54.08%
G = 27.61%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C06241 (or 0xC06241) is known color: Flame Pea. HEX triplet: C0, 62 and 41. RGB value is (192,98,65). Sum of RGB (Red+Green+Blue) = 192+98+65=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C06241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06241 is #3F9DBE. Grayscale: #7A7A7A. Windows color (decimal): -4169151 or 4285120. OLE color: 4285120.

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

Color convert

RGB 192 98 65 -
CMYK 0 0.49 0.66 0.25
HSL 15.59º 0.5% 0.5% -
HSV(B) 15.59º 0.66% 0.75% -
XYZ 27.06 20.32 7.5 -
YUV 122.34 95.64 177.68 -
System Red Green Blue C M Y K H S L
Decimal 192 98 65 0 0.49 0.66 0.25 15.59 0.5 0.5
Hex C0 62 41 0 31 42 19 10 32 32
Octal 300 142 101 0 61 102 31 20 62 62
Binary 11000000 1100010 1000001 0 110001 1000010 11001 10000 110010 110010

Color Harmonies of #C06241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06241

Black with #C06241

Text Example


Text Example

White with #C06241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06241; }

 p { color: rgb(192,98,65); }

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

background-color css

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

 a { background-color: rgb(192,98,65); }

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

border-color css

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

 span { border-color: rgb(192,98,65); }

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