#C0664D

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

Shades of Flame Pea #C0664D

Tints of Flame Pea #C0664D

Color information

#C0664D (or 0xC0664D) is unknown color: approx Flame Pea. HEX triplet: C0, 66 and 4D. RGB value is (192,102,77). Sum of RGB (Red+Green+Blue) = 192+102+77=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0664D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0664D is #3F99B2. Grayscale: #7E7E7E. Windows color (decimal): -4168115 or 5072576. OLE color: 5072576.

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

Color convert

RGB19210277-
CMYK00.470.600.25
HSL13.04º47.72%52.75%-
HSV(B)13.04º59.9%75.29%-
XYZ27.8321.259.66-
YUV126.06100.32175.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.75%
GREEN value IS 102 (40.23% from 255) = 27.49%
BLUE value IS 77 (30.47% from 255) = 20.75%
R=51.75%
G=27.49%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921027700.470.600.2513.0447.7252.75
HexC0664D02F3C19d3035
Octal3001461150577431156065
Binary11000000110011010011010101111111100110011101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0664D; }

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

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

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

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

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

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

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

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