Html Css Color HEX #C06141 Flame Pea

📋 copy color: '#C06141'

red 192 ◦ green 97 ◦ blue 65

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

Shades of Flame Pea #C06141

Tints of Flame Pea #C06141

RGB

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

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

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

R = 54.24%
G = 27.4%
B = 18.36%

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

#C06141 (or 0xC06141) is known color: Flame Pea. HEX triplet: C0, 61 and 41. RGB value is (192,97,65). Sum of RGB (Red+Green+Blue) = 192+97+65=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C06141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06141 is #3F9EBE. Grayscale: #797979. Windows color (decimal): -4169407 or 4284864. OLE color: 4284864.

HSL color Cylindrical-coordinate representation of color #C06141: hue angle of 15.12º 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 #C06141 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 97 65 -
CMYK 0 0.49 0.66 0.25
HSL 15.12º 0.5% 0.5% -
HSV(B) 15.12º 0.66% 0.75% -
XYZ 26.97 20.14 7.47 -
YUV 121.76 95.97 178.1 -
System Red Green Blue C M Y K H S L
Decimal 192 97 65 0 0.49 0.66 0.25 15.12 0.5 0.5
Hex C0 61 41 0 31 42 19 F 32 32
Octal 300 141 101 0 61 102 31 17 62 62
Binary 11000000 1100001 1000001 0 110001 1000010 11001 1111 110010 110010

Color Harmonies of #C06141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06141

Black with #C06141

Text Example


Text Example

White with #C06141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06141; }

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

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

background-color css

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

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

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

border-color css

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

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

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