#C4667D

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

Shades of Tapestry #C4667D

Tints of Tapestry #C4667D

Color information

#C4667D (or 0xC4667D) is unknown color: approx Tapestry. HEX triplet: C4, 66 and 7D. RGB value is (196,102,125). Sum of RGB (Red+Green+Blue) = 196+102+125=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C4667D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4667D is #3B9982. Grayscale: #848484. Windows color (decimal): -3905923 or 8218308. OLE color: 8218308.

HSL color Cylindrical-coordinate representation of color #C4667D: hue angle of 345.32º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C4667D is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB196102125-
CMYK00.480.360.23
HSL345.32º44.34%58.43%-
HSV(B)345.32º47.96%76.86%-
XYZ31.2222.7222.14-
YUV132.73123.64173.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.34%
GREEN value IS 102 (40.23% from 255) = 24.11%
BLUE value IS 125 (49.22% from 255) = 29.55%
R=46.34%
G=24.11%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610212500.480.360.23345.3244.3458.43
HexC4667D03024171592c3a
Octal30414617506044275315472
Binary1100010011001101111101011000010010010111101011001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4667D; }

 p { color: rgb(196,102,125); }

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

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

 a { background-color: rgb(196,102,125); }

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

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

 span { border-color: rgb(196,102,125); }

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