#C06788

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

Shades of Tapestry #C06788

Tints of Tapestry #C06788

Color information

#C06788 (or 0xC06788) is unknown color: approx Tapestry. HEX triplet: C0, 67 and 88. RGB value is (192,103,136). Sum of RGB (Red+Green+Blue) = 192+103+136=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C06788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06788 is #3F9877. Grayscale: #858585. Windows color (decimal): -4167800 or 8939456. OLE color: 8939456.

HSL color Cylindrical-coordinate representation of color #C06788: hue angle of 337.75º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C06788 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB192103136-
CMYK00.460.290.25
HSL337.75º41.4%57.84%-
HSV(B)337.75º46.35%75.29%-
XYZ31.0322.6826.04-
YUV133.37129.49169.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.55%
GREEN value IS 103 (40.62% from 255) = 23.90%
BLUE value IS 136 (53.52% from 255) = 31.55%
R=44.55%
G=23.90%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210313600.460.290.25337.7541.457.84
HexC0678802E1D19152293a
Octal30014721005635315225172
Binary1100000011001111000100001011101110111001101010010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06788; }

 p { color: rgb(192,103,136); }

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

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

 a { background-color: rgb(192,103,136); }

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

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

 span { border-color: rgb(192,103,136); }

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