#C26B7F

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

Shades of Tapestry #C26B7F

Tints of Tapestry #C26B7F

Color information

#C26B7F (or 0xC26B7F) is unknown color: approx Tapestry. HEX triplet: C2, 6B and 7F. RGB value is (194,107,127). Sum of RGB (Red+Green+Blue) = 194+107+127=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26B7F is #3D9480. Grayscale: #878787. Windows color (decimal): -4035713 or 8350658. OLE color: 8350658.

HSL color Cylindrical-coordinate representation of color #C26B7F: hue angle of 346.21º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C26B7F is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB194107127-
CMYK00.450.350.24
HSL346.21º41.63%59.02%-
HSV(B)346.21º44.85%76.08%-
XYZ31.3423.5222.97-
YUV135.29123.32169.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.33%
GREEN value IS 107 (42.19% from 255) = 25%
BLUE value IS 127 (50% from 255) = 29.67%
R=45.33%
G=25%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410712700.450.350.24346.2141.6359.02
HexC26B7F02D231815a2a3b
Octal30215317705543305325273
Binary1100001011010111111111010110110001111000101011010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26B7F; }

 p { color: rgb(194,107,127); }

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

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

 a { background-color: rgb(194,107,127); }

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

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

 span { border-color: rgb(194,107,127); }

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