Html Css Color HEX #C06680 Tapestry

📋 copy color: '#C06680'

red 192 ◦ green 102 ◦ blue 128

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

Shades of Tapestry #C06680

Tints of Tapestry #C06680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.17%

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

R = 45.5%
G = 24.17%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C06680 (or 0xC06680) is known color: Tapestry. HEX triplet: C0, 66 and 80. RGB value is (192,102,128). Sum of RGB (Red+Green+Blue) = 192+102+128=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C06680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06680 is #3F997F. Grayscale: #838383. Windows color (decimal): -4168064 or 8414912. OLE color: 8414912.

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

Color convert

RGB 192 102 128 -
CMYK 0 0.47 0.33 0.25
HSL 342.67º 0.42% 0.58% -
HSV(B) 342.67º 0.47% 0.75% -
XYZ 30.39 22.27 23.12 -
YUV 131.87 125.82 170.89 -
System Red Green Blue C M Y K H S L
Decimal 192 102 128 0 0.47 0.33 0.25 342.67 0.42 0.58
Hex C0 66 80 0 2F 21 19 157 2A 3A
Octal 300 146 200 0 57 41 31 527 52 72
Binary 11000000 1100110 10000000 0 101111 100001 11001 101010111 101010 111010

Color Harmonies of #C06680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06680

Black with #C06680

Text Example


Text Example

White with #C06680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06680; }

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

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

background-color css

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

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

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

border-color css

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

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

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