Html Css Color HEX #C06686 Tapestry

📋 copy color: '#C06686'

red 192 ◦ green 102 ◦ blue 134

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

Shades of Tapestry #C06686

Tints of Tapestry #C06686

RGB

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

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

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

R = 44.86%
G = 23.83%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C06686 (or 0xC06686) is known color: Tapestry. HEX triplet: C0, 66 and 86. RGB value is (192,102,134). Sum of RGB (Red+Green+Blue) = 192+102+134=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C06686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06686 is #3F9979. Grayscale: #848484. Windows color (decimal): -4168058 or 8808128. OLE color: 8808128.

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

Color convert

RGB 192 102 134 -
CMYK 0 0.47 0.30 0.25
HSL 338.67º 0.42% 0.58% -
HSV(B) 338.67º 0.47% 0.75% -
XYZ 30.79 22.43 25.26 -
YUV 132.56 128.82 170.4 -
System Red Green Blue C M Y K H S L
Decimal 192 102 134 0 0.47 0.30 0.25 338.67 0.42 0.58
Hex C0 66 86 0 2F 1E 19 153 2A 3A
Octal 300 146 206 0 57 36 31 523 52 72
Binary 11000000 1100110 10000110 0 101111 11110 11001 101010011 101010 111010

Color Harmonies of #C06686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06686

Black with #C06686

Text Example


Text Example

White with #C06686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06686; }

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

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

background-color css

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

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

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

border-color css

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

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

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