Html Css Color HEX #C06682 Tapestry

📋 copy color: '#C06682'

red 192 ◦ green 102 ◦ blue 130

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

Shades of Tapestry #C06682

Tints of Tapestry #C06682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.66%

R = 45.28%
G = 24.06%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C06682 (or 0xC06682) is known color: Tapestry. HEX triplet: C0, 66 and 82. RGB value is (192,102,130). Sum of RGB (Red+Green+Blue) = 192+102+130=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C06682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06682 is #3F997D. Grayscale: #848484. Windows color (decimal): -4168062 or 8545984. OLE color: 8545984.

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

Color convert

RGB 192 102 130 -
CMYK 0 0.47 0.32 0.25
HSL 341.33º 0.42% 0.58% -
HSV(B) 341.33º 0.47% 0.75% -
XYZ 30.52 22.32 23.82 -
YUV 132.1 126.82 170.72 -
System Red Green Blue C M Y K H S L
Decimal 192 102 130 0 0.47 0.32 0.25 341.33 0.42 0.58
Hex C0 66 82 0 2F 20 19 155 2A 3A
Octal 300 146 202 0 57 40 31 525 52 72
Binary 11000000 1100110 10000010 0 101111 100000 11001 101010101 101010 111010

Color Harmonies of #C06682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06682

Black with #C06682

Text Example


Text Example

White with #C06682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06682; }

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

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

background-color css

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

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

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

border-color css

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

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

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