Html Css Color HEX #C06C87 Tapestry

📋 copy color: '#C06C87'

red 192 ◦ green 108 ◦ blue 135

#C06C87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #C06C87

Tints of Tapestry #C06C87

RGB

 RED value IS 192 (75.39% from 255) = 44.14%

 GREEN value IS 108 (42.58% from 255) = 24.83%

 BLUE value IS 135 (53.13% from 255) = 31.03%

R = 44.14%
G = 24.83%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C06C87 (or 0xC06C87) is known color: Tapestry. HEX triplet: C0, 6C and 87. RGB value is (192,108,135). Sum of RGB (Red+Green+Blue) = 192+108+135=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06C87 is #3F9378. Grayscale: #888888. Windows color (decimal): -4166521 or 8875200. OLE color: 8875200.

HSL color Cylindrical-coordinate representation of color #C06C87: hue angle of 340.71º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06C87 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 108 135 -
CMYK 0 0.44 0.30 0.25
HSL 340.71º 0.4% 0.59% -
HSV(B) 340.71º 0.44% 0.75% -
XYZ 31.47 23.68 25.83 -
YUV 136.19 127.33 167.8 -
System Red Green Blue C M Y K H S L
Decimal 192 108 135 0 0.44 0.30 0.25 340.71 0.4 0.59
Hex C0 6C 87 0 2C 1E 19 155 28 3B
Octal 300 154 207 0 54 36 31 525 50 73
Binary 11000000 1101100 10000111 0 101100 11110 11001 101010101 101000 111011

Color Harmonies of #C06C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06C87

Black with #C06C87

Text Example


Text Example

White with #C06C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06C87; }

 p { color: rgb(192,108,135); }

 H1.HeaderClassName
 {
   color: #C06C87;
 }
 .AnyTagClassName
 {
   color: #C06C87;
 }
</style>

background-color css

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

 a { background-color: rgb(192,108,135); }

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

border-color css

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

 span { border-color: rgb(192,108,135); }

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