Html Css Color HEX #C06C88 Tapestry

📋 copy color: '#C06C88'

red 192 ◦ green 108 ◦ blue 136

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

Shades of Tapestry #C06C88

Tints of Tapestry #C06C88

RGB

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

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

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

R = 44.04%
G = 24.77%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C06C88 (or 0xC06C88) is known color: Tapestry. HEX triplet: C0, 6C and 88. RGB value is (192,108,136). Sum of RGB (Red+Green+Blue) = 192+108+136=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06C88 is #3F9377. Grayscale: #888888. Windows color (decimal): -4166520 or 8940736. OLE color: 8940736.

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

Color convert

RGB 192 108 136 -
CMYK 0 0.44 0.29 0.25
HSL 340º 0.4% 0.59% -
HSV(B) 340º 0.44% 0.75% -
XYZ 31.54 23.71 26.21 -
YUV 136.31 127.83 167.72 -
System Red Green Blue C M Y K H S L
Decimal 192 108 136 0 0.44 0.29 0.25 340 0.4 0.59
Hex C0 6C 88 0 2C 1D 19 154 28 3B
Octal 300 154 210 0 54 35 31 524 50 73
Binary 11000000 1101100 10001000 0 101100 11101 11001 101010100 101000 111011

Color Harmonies of #C06C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06C88

Black with #C06C88

Text Example


Text Example

White with #C06C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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