#C0664F

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

Shades of Flame Pea #C0664F

Tints of Flame Pea #C0664F

Color information

#C0664F (or 0xC0664F) is unknown color: approx Flame Pea. HEX triplet: C0, 66 and 4F. RGB value is (192,102,79). Sum of RGB (Red+Green+Blue) = 192+102+79=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C0664F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0664F is #3F99B0. Grayscale: #7E7E7E. Windows color (decimal): -4168113 or 5203648. OLE color: 5203648.

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

Color convert

RGB19210279-
CMYK00.470.590.25
HSL12.21º47.28%53.14%-
HSV(B)12.21º58.85%75.29%-
XYZ27.921.2710.03-
YUV126.29101.32174.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.47%
GREEN value IS 102 (40.23% from 255) = 27.35%
BLUE value IS 79 (31.25% from 255) = 21.18%
R=51.47%
G=27.35%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921027900.470.590.2512.2147.2853.14
HexC0664F02F3B19c2f35
Octal3001461170577331145765
Binary11000000110011010011110101111111011110011100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0664F; }

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

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

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

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

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

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

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

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