#C3664A

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

Shades of Flame Pea #C3664A

Tints of Flame Pea #C3664A

Color information

#C3664A (or 0xC3664A) is unknown color: approx Flame Pea. HEX triplet: C3, 66 and 4A. RGB value is (195,102,74). Sum of RGB (Red+Green+Blue) = 195+102+74=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3664A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3664A is #3C99B5. Grayscale: #7E7E7E. Windows color (decimal): -3971510 or 4875971. OLE color: 4875971.

HSL color Cylindrical-coordinate representation of color #C3664A: hue angle of 13.88º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3664A is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB19510274-
CMYK00.480.620.24
HSL13.88º50.21%52.75%-
HSV(B)13.88º62.05%76.47%-
XYZ28.4921.69.15-
YUV126.6298.31176.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.56%
GREEN value IS 102 (40.23% from 255) = 27.49%
BLUE value IS 74 (29.30% from 255) = 19.95%
R=52.56%
G=27.49%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951027400.480.620.2413.8850.2152.75
HexC3664A0303E18e3235
Octal3031461120607630166265
Binary11000011110011010010100110000111110110001110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3664A; }

 p { color: rgb(195,102,74); }

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

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

 a { background-color: rgb(195,102,74); }

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

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

 span { border-color: rgb(195,102,74); }

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