Html Css Color HEX #C06987 Tapestry

📋 copy color: '#C06987'

red 192 ◦ green 105 ◦ blue 135

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

Shades of Tapestry #C06987

Tints of Tapestry #C06987

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.31%

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

R = 44.44%
G = 24.31%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C06987 (or 0xC06987) is known color: Tapestry. HEX triplet: C0, 69 and 87. RGB value is (192,105,135). Sum of RGB (Red+Green+Blue) = 192+105+135=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 135 (53.12% from 255 or 31.25% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C06987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06987 is #3F9678. Grayscale: #868686. Windows color (decimal): -4167289 or 8874432. OLE color: 8874432.

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

Color convert

RGB 192 105 135 -
CMYK 0 0.45 0.30 0.25
HSL 339.31º 0.41% 0.58% -
HSV(B) 339.31º 0.45% 0.75% -
XYZ 31.16 23.06 25.73 -
YUV 134.43 128.32 169.06 -
System Red Green Blue C M Y K H S L
Decimal 192 105 135 0 0.45 0.30 0.25 339.31 0.41 0.58
Hex C0 69 87 0 2D 1E 19 153 29 3A
Octal 300 151 207 0 55 36 31 523 51 72
Binary 11000000 1101001 10000111 0 101101 11110 11001 101010011 101001 111010

Color Harmonies of #C06987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06987

Black with #C06987

Text Example


Text Example

White with #C06987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06987; }

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

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

background-color css

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

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

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

border-color css

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

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

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