Html Css Color HEX #C06242 Flame Pea

📋 copy color: '#C06242'

red 192 ◦ green 98 ◦ blue 66

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

Shades of Flame Pea #C06242

Tints of Flame Pea #C06242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.54%

R = 53.93%
G = 27.53%
B = 18.54%

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

#C06242 (or 0xC06242) is known color: Flame Pea. HEX triplet: C0, 62 and 42. RGB value is (192,98,66). Sum of RGB (Red+Green+Blue) = 192+98+66=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C06242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06242 is #3F9DBD. Grayscale: #7A7A7A. Windows color (decimal): -4169150 or 4350656. OLE color: 4350656.

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

Color convert

RGB 192 98 66 -
CMYK 0 0.49 0.66 0.25
HSL 15.24º 0.5% 0.51% -
HSV(B) 15.24º 0.66% 0.75% -
XYZ 27.09 20.34 7.65 -
YUV 122.46 96.14 177.6 -
System Red Green Blue C M Y K H S L
Decimal 192 98 66 0 0.49 0.66 0.25 15.24 0.5 0.51
Hex C0 62 42 0 31 42 19 F 32 33
Octal 300 142 102 0 61 102 31 17 62 63
Binary 11000000 1100010 1000010 0 110001 1000010 11001 1111 110010 110011

Color Harmonies of #C06242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06242

Black with #C06242

Text Example


Text Example

White with #C06242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06242; }

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

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

background-color css

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

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

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

border-color css

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

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

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