Html Css Color HEX #C06380 Tapestry

📋 copy color: '#C06380'

red 192 ◦ green 99 ◦ blue 128

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

Shades of Tapestry #C06380

Tints of Tapestry #C06380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.63%

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

R = 45.82%
G = 23.63%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C06380 (or 0xC06380) is known color: Tapestry. HEX triplet: C0, 63 and 80. RGB value is (192,99,128). Sum of RGB (Red+Green+Blue) = 192+99+128=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C06380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06380 is #3F9C7F. Grayscale: #828282. Windows color (decimal): -4168832 or 8414144. OLE color: 8414144.

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

Color convert

RGB 192 99 128 -
CMYK 0 0.48 0.33 0.25
HSL 341.29º 0.42% 0.57% -
HSV(B) 341.29º 0.48% 0.75% -
XYZ 30.1 21.69 23.02 -
YUV 130.11 126.81 172.14 -
System Red Green Blue C M Y K H S L
Decimal 192 99 128 0 0.48 0.33 0.25 341.29 0.42 0.57
Hex C0 63 80 0 30 21 19 155 2A 39
Octal 300 143 200 0 60 41 31 525 52 71
Binary 11000000 1100011 10000000 0 110000 100001 11001 101010101 101010 111001

Color Harmonies of #C06380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06380

Black with #C06380

Text Example


Text Example

White with #C06380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06380; }

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

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

background-color css

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

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

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

border-color css

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

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

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