Html Css Color HEX #C06486 Tapestry

📋 copy color: '#C06486'

red 192 ◦ green 100 ◦ blue 134

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

Shades of Tapestry #C06486

Tints of Tapestry #C06486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.47%

 BLUE value IS 134 (52.73% from 255) = 31.46%

R = 45.07%
G = 23.47%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C06486 (or 0xC06486) is known color: Tapestry. HEX triplet: C0, 64 and 86. RGB value is (192,100,134). Sum of RGB (Red+Green+Blue) = 192+100+134=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C06486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06486 is #3F9B79. Grayscale: #838383. Windows color (decimal): -4168570 or 8807616. OLE color: 8807616.

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

Color convert

RGB 192 100 134 -
CMYK 0 0.48 0.30 0.25
HSL 337.83º 0.42% 0.57% -
HSV(B) 337.83º 0.48% 0.75% -
XYZ 30.6 22.04 25.2 -
YUV 131.38 129.48 171.24 -
System Red Green Blue C M Y K H S L
Decimal 192 100 134 0 0.48 0.30 0.25 337.83 0.42 0.57
Hex C0 64 86 0 30 1E 19 152 2A 39
Octal 300 144 206 0 60 36 31 522 52 71
Binary 11000000 1100100 10000110 0 110000 11110 11001 101010010 101010 111001

Color Harmonies of #C06486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06486

Black with #C06486

Text Example


Text Example

White with #C06486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06486; }

 p { color: rgb(192,100,134); }

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

background-color css

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

 a { background-color: rgb(192,100,134); }

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

border-color css

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

 span { border-color: rgb(192,100,134); }

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