Html Css Color HEX #C06286 Tapestry

📋 copy color: '#C06286'

red 192 ◦ green 98 ◦ blue 134

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

Shades of Tapestry #C06286

Tints of Tapestry #C06286

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.11%

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

R = 45.28%
G = 23.11%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C06286 (or 0xC06286) is known color: Tapestry. HEX triplet: C0, 62 and 86. RGB value is (192,98,134). Sum of RGB (Red+Green+Blue) = 192+98+134=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C06286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06286 is #3F9D79. Grayscale: #828282. Windows color (decimal): -4169082 or 8807104. OLE color: 8807104.

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

Color convert

RGB 192 98 134 -
CMYK 0 0.49 0.30 0.25
HSL 337.02º 0.43% 0.57% -
HSV(B) 337.02º 0.49% 0.75% -
XYZ 30.41 21.66 25.13 -
YUV 130.21 130.14 172.07 -
System Red Green Blue C M Y K H S L
Decimal 192 98 134 0 0.49 0.30 0.25 337.02 0.43 0.57
Hex C0 62 86 0 31 1E 19 151 2B 39
Octal 300 142 206 0 61 36 31 521 53 71
Binary 11000000 1100010 10000110 0 110001 11110 11001 101010001 101011 111001

Color Harmonies of #C06286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06286

Black with #C06286

Text Example


Text Example

White with #C06286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06286; }

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

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

background-color css

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

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

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

border-color css

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

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

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