#C0674D

Color #C0674D Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #C0674D

Tints of Flame Pea #C0674D

Color information

#C0674D (or 0xC0674D) is unknown color: approx Flame Pea. HEX triplet: C0, 67 and 4D. RGB value is (192,103,77). Sum of RGB (Red+Green+Blue) = 192+103+77=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0674D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0674D is #3F98B2. Grayscale: #7E7E7E. Windows color (decimal): -4167859 or 5072832. OLE color: 5072832.

HSL color Cylindrical-coordinate representation of color #C0674D: hue angle of 13.57º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0674D is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB19210377-
CMYK00.460.600.25
HSL13.57º47.72%52.75%-
HSV(B)13.57º59.9%75.29%-
XYZ27.9321.449.69-
YUV126.6599.99174.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.61%
GREEN value IS 103 (40.62% from 255) = 27.69%
BLUE value IS 77 (30.47% from 255) = 20.70%
R=51.61%
G=27.69%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921037700.460.600.2513.5747.7252.75
HexC0674D02E3C19e3035
Octal3001471150567431166065
Binary11000000110011110011010101110111100110011110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0674D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0674D; }

 p { color: rgb(192,103,77); }

 H1.HeaderClassName
 {
   color: #C0674D;
 }
 .AnyTagClassName
 {
   color: #C0674D;
 }
</style>
background-color css

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

 a { background-color: rgb(192,103,77); }

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

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

 span { border-color: rgb(192,103,77); }

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