Html Css Color HEX #C06888 Tapestry

📋 copy color: '#C06888'

red 192 ◦ green 104 ◦ blue 136

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

Shades of Tapestry #C06888

Tints of Tapestry #C06888

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.07%

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

R = 44.44%
G = 24.07%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C06888 (or 0xC06888) is known color: Tapestry. HEX triplet: C0, 68 and 88. RGB value is (192,104,136). Sum of RGB (Red+Green+Blue) = 192+104+136=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C06888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06888 is #3F9777. Grayscale: #858585. Windows color (decimal): -4167544 or 8939712. OLE color: 8939712.

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

Color convert

RGB 192 104 136 -
CMYK 0 0.46 0.29 0.25
HSL 338.18º 0.41% 0.58% -
HSV(B) 338.18º 0.46% 0.75% -
XYZ 31.13 22.88 26.07 -
YUV 133.96 129.15 169.4 -
System Red Green Blue C M Y K H S L
Decimal 192 104 136 0 0.46 0.29 0.25 338.18 0.41 0.58
Hex C0 68 88 0 2E 1D 19 152 29 3A
Octal 300 150 210 0 56 35 31 522 51 72
Binary 11000000 1101000 10001000 0 101110 11101 11001 101010010 101001 111010

Color Harmonies of #C06888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06888

Black with #C06888

Text Example


Text Example

White with #C06888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06888; }

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

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

background-color css

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

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

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

border-color css

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

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

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