Html Css Color HEX #C06D88 Tapestry

📋 copy color: '#C06D88'

red 192 ◦ green 109 ◦ blue 136

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

Shades of Tapestry #C06D88

Tints of Tapestry #C06D88

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.94%

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

R = 43.94%
G = 24.94%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C06D88 (or 0xC06D88) is known color: Tapestry. HEX triplet: C0, 6D and 88. RGB value is (192,109,136). Sum of RGB (Red+Green+Blue) = 192+109+136=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06D88 is #3F9277. Grayscale: #888888. Windows color (decimal): -4166264 or 8940992. OLE color: 8940992.

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

Color convert

RGB 192 109 136 -
CMYK 0 0.43 0.29 0.25
HSL 340.48º 0.4% 0.59% -
HSV(B) 340.48º 0.43% 0.75% -
XYZ 31.65 23.92 26.24 -
YUV 136.9 127.5 167.3 -
System Red Green Blue C M Y K H S L
Decimal 192 109 136 0 0.43 0.29 0.25 340.48 0.4 0.59
Hex C0 6D 88 0 2B 1D 19 154 28 3B
Octal 300 155 210 0 53 35 31 524 50 73
Binary 11000000 1101101 10001000 0 101011 11101 11001 101010100 101000 111011

Color Harmonies of #C06D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06D88

Black with #C06D88

Text Example


Text Example

White with #C06D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06D88; }

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

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

background-color css

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

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

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

border-color css

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

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

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