Html Css Color HEX #C06989 Tapestry

📋 copy color: '#C06989'

red 192 ◦ green 105 ◦ blue 137

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

Shades of Tapestry #C06989

Tints of Tapestry #C06989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.57%

R = 44.24%
G = 24.19%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C06989 (or 0xC06989) is known color: Tapestry. HEX triplet: C0, 69 and 89. RGB value is (192,105,137). Sum of RGB (Red+Green+Blue) = 192+105+137=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C06989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06989 is #3F9676. Grayscale: #868686. Windows color (decimal): -4167287 or 9005504. OLE color: 9005504.

HSL color Cylindrical-coordinate representation of color #C06989: hue angle of 337.93º 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 #C06989 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 105 137 -
CMYK 0 0.45 0.29 0.25
HSL 337.93º 0.41% 0.58% -
HSV(B) 337.93º 0.45% 0.75% -
XYZ 31.31 23.12 26.48 -
YUV 134.66 129.32 168.9 -
System Red Green Blue C M Y K H S L
Decimal 192 105 137 0 0.45 0.29 0.25 337.93 0.41 0.58
Hex C0 69 89 0 2D 1D 19 152 29 3A
Octal 300 151 211 0 55 35 31 522 51 72
Binary 11000000 1101001 10001001 0 101101 11101 11001 101010010 101001 111010

Color Harmonies of #C06989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06989

Black with #C06989

Text Example


Text Example

White with #C06989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06989; }

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

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

background-color css

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

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

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

border-color css

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

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

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