#c3664b

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

Shades of Flame Pea #C3664B

Tints of Flame Pea #C3664B

Color information

#C3664B (or 0xC3664B) is unknown color: approx Flame Pea. HEX triplet: C3, 66 and 4B. RGB value is (195,102,75). Sum of RGB (Red+Green+Blue) = 195+102+75=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C3664B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3664B is #3C99B4. Grayscale: #7E7E7E. Windows color (decimal): -3971509 or 4941507. OLE color: 4941507.

HSL color Cylindrical-coordinate representation of color #C3664B: hue angle of 13.5º 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 #C3664B is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB19510275-
CMYK00.480.620.24
HSL13.5º50%52.94%-
HSV(B)13.5º61.54%76.47%-
XYZ28.5321.619.32-
YUV126.7398.81176.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.42%
GREEN value IS 102 (40.23% from 255) = 27.42%
BLUE value IS 75 (29.69% from 255) = 20.16%
R=52.42%
G=27.42%
B=20.16%

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
Decimal1951027500.480.620.2413.55052.94
HexC3664B0303E18e3235
Octal3031461130607630166265
Binary11000011110011010010110110000111110110001110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3664b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3664b; }

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

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

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

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

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

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

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

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