Html Css Color HEX #C06880 Tapestry

📋 copy color: '#C06880'

red 192 ◦ green 104 ◦ blue 128

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

Shades of Tapestry #C06880

Tints of Tapestry #C06880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.19%

R = 45.28%
G = 24.53%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C06880 (or 0xC06880) is known color: Tapestry. HEX triplet: C0, 68 and 80. RGB value is (192,104,128). Sum of RGB (Red+Green+Blue) = 192+104+128=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C06880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06880 is #3F977F. Grayscale: #858585. Windows color (decimal): -4167552 or 8415424. OLE color: 8415424.

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

Color convert

RGB 192 104 128 -
CMYK 0 0.46 0.33 0.25
HSL 343.64º 0.41% 0.58% -
HSV(B) 343.64º 0.46% 0.75% -
XYZ 30.58 22.67 23.18 -
YUV 133.05 125.15 170.05 -
System Red Green Blue C M Y K H S L
Decimal 192 104 128 0 0.46 0.33 0.25 343.64 0.41 0.58
Hex C0 68 80 0 2E 21 19 158 29 3A
Octal 300 150 200 0 56 41 31 530 51 72
Binary 11000000 1101000 10000000 0 101110 100001 11001 101011000 101001 111010

Color Harmonies of #C06880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06880

Black with #C06880

Text Example


Text Example

White with #C06880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06880; }

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

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

background-color css

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

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

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

border-color css

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

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

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