Html Css Color HEX #C06988 Tapestry

📋 copy color: '#C06988'

red 192 ◦ green 105 ◦ blue 136

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

Shades of Tapestry #C06988

Tints of Tapestry #C06988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.41%

R = 44.34%
G = 24.25%
B = 31.41%

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

#C06988 (or 0xC06988) is known color: Tapestry. HEX triplet: C0, 69 and 88. RGB value is (192,105,136). Sum of RGB (Red+Green+Blue) = 192+105+136=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C06988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06988 is #3F9677. Grayscale: #868686. Windows color (decimal): -4167288 or 8939968. OLE color: 8939968.

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

Color convert

RGB 192 105 136 -
CMYK 0 0.45 0.29 0.25
HSL 338.62º 0.41% 0.58% -
HSV(B) 338.62º 0.45% 0.75% -
XYZ 31.23 23.09 26.1 -
YUV 134.55 128.82 168.98 -
System Red Green Blue C M Y K H S L
Decimal 192 105 136 0 0.45 0.29 0.25 338.62 0.41 0.58
Hex C0 69 88 0 2D 1D 19 153 29 3A
Octal 300 151 210 0 55 35 31 523 51 72
Binary 11000000 1101001 10001000 0 101101 11101 11001 101010011 101001 111010

Color Harmonies of #C06988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06988

Black with #C06988

Text Example


Text Example

White with #C06988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06988; }

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

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

background-color css

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

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

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

border-color css

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

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

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