Html Css Color HEX #C06246 Flame Pea

📋 copy color: '#C06246'

red 192 ◦ green 98 ◦ blue 70

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

Shades of Flame Pea #C06246

Tints of Flame Pea #C06246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.44%

R = 53.33%
G = 27.22%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C06246 (or 0xC06246) is known color: Flame Pea. HEX triplet: C0, 62 and 46. RGB value is (192,98,70). Sum of RGB (Red+Green+Blue) = 192+98+70=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C06246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06246 is #3F9DB9. Grayscale: #7B7B7B. Windows color (decimal): -4169146 or 4612800. OLE color: 4612800.

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

Color convert

RGB 192 98 70 -
CMYK 0 0.49 0.64 0.25
HSL 13.77º 0.49% 0.51% -
HSV(B) 13.77º 0.64% 0.75% -
XYZ 27.21 20.38 8.29 -
YUV 122.91 98.14 177.28 -
System Red Green Blue C M Y K H S L
Decimal 192 98 70 0 0.49 0.64 0.25 13.77 0.49 0.51
Hex C0 62 46 0 31 40 19 E 31 33
Octal 300 142 106 0 61 100 31 16 61 63
Binary 11000000 1100010 1000110 0 110001 1000000 11001 1110 110001 110011

Color Harmonies of #C06246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06246

Black with #C06246

Text Example


Text Example

White with #C06246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06246; }

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

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

background-color css

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

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

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

border-color css

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

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

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