Html Css Color HEX #C06580 Tapestry

📋 copy color: '#C06580'

red 192 ◦ green 101 ◦ blue 128

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

Shades of Tapestry #C06580

Tints of Tapestry #C06580

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.99%

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

R = 45.61%
G = 23.99%
B = 30.4%

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

#C06580 (or 0xC06580) is known color: Tapestry. HEX triplet: C0, 65 and 80. RGB value is (192,101,128). Sum of RGB (Red+Green+Blue) = 192+101+128=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C06580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06580 is #3F9A7F. Grayscale: #838383. Windows color (decimal): -4168320 or 8414656. OLE color: 8414656.

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

Color convert

RGB 192 101 128 -
CMYK 0 0.47 0.33 0.25
HSL 342.2º 0.42% 0.57% -
HSV(B) 342.2º 0.47% 0.75% -
XYZ 30.29 22.07 23.09 -
YUV 131.29 126.15 171.3 -
System Red Green Blue C M Y K H S L
Decimal 192 101 128 0 0.47 0.33 0.25 342.2 0.42 0.57
Hex C0 65 80 0 2F 21 19 156 2A 39
Octal 300 145 200 0 57 41 31 526 52 71
Binary 11000000 1100101 10000000 0 101111 100001 11001 101010110 101010 111001

Color Harmonies of #C06580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06580

Black with #C06580

Text Example


Text Example

White with #C06580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06580; }

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

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

background-color css

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

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

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

border-color css

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

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

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