Html Css Color HEX #C06244 Flame Pea

📋 copy color: '#C06244'

red 192 ◦ green 98 ◦ blue 68

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

Shades of Flame Pea #C06244

Tints of Flame Pea #C06244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.99%

R = 53.63%
G = 27.37%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C06244 (or 0xC06244) is known color: Flame Pea. HEX triplet: C0, 62 and 44. RGB value is (192,98,68). Sum of RGB (Red+Green+Blue) = 192+98+68=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C06244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06244 is #3F9DBB. Grayscale: #7A7A7A. Windows color (decimal): -4169148 or 4481728. OLE color: 4481728.

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

Color convert

RGB 192 98 68 -
CMYK 0 0.49 0.65 0.25
HSL 14.52º 0.5% 0.51% -
HSV(B) 14.52º 0.65% 0.75% -
XYZ 27.15 20.36 7.97 -
YUV 122.69 97.14 177.44 -
System Red Green Blue C M Y K H S L
Decimal 192 98 68 0 0.49 0.65 0.25 14.52 0.5 0.51
Hex C0 62 44 0 31 41 19 F 32 33
Octal 300 142 104 0 61 101 31 17 62 63
Binary 11000000 1100010 1000100 0 110001 1000001 11001 1111 110010 110011

Color Harmonies of #C06244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06244

Black with #C06244

Text Example


Text Example

White with #C06244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06244; }

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

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

background-color css

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

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

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

border-color css

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

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

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