Html Css Color HEX #C06044 Flame Pea

📋 copy color: '#C06044'

red 192 ◦ green 96 ◦ blue 68

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

Shades of Flame Pea #C06044

Tints of Flame Pea #C06044

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.97%

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

R = 53.93%
G = 26.97%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C06044 (or 0xC06044) is known color: Flame Pea. HEX triplet: C0, 60 and 44. RGB value is (192,96,68). Sum of RGB (Red+Green+Blue) = 192+96+68=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C06044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06044 is #3F9FBB. Grayscale: #797979. Windows color (decimal): -4169660 or 4481216. OLE color: 4481216.

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

Color convert

RGB 192 96 68 -
CMYK 0 0.50 0.65 0.25
HSL 13.55º 0.5% 0.51% -
HSV(B) 13.55º 0.65% 0.75% -
XYZ 26.96 19.99 7.91 -
YUV 121.51 97.8 178.28 -
System Red Green Blue C M Y K H S L
Decimal 192 96 68 0 0.50 0.65 0.25 13.55 0.5 0.51
Hex C0 60 44 0 32 41 19 E 32 33
Octal 300 140 104 0 62 101 31 16 62 63
Binary 11000000 1100000 1000100 0 110010 1000001 11001 1110 110010 110011

Color Harmonies of #C06044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06044

Black with #C06044

Text Example


Text Example

White with #C06044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06044; }

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

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

background-color css

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

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

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

border-color css

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

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

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