Html Css Color HEX #C06182 Tapestry

📋 copy color: '#C06182'

red 192 ◦ green 97 ◦ blue 130

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

Shades of Tapestry #C06182

Tints of Tapestry #C06182

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.15%

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

R = 45.82%
G = 23.15%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C06182 (or 0xC06182) is known color: Tapestry. HEX triplet: C0, 61 and 82. RGB value is (192,97,130). Sum of RGB (Red+Green+Blue) = 192+97+130=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C06182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06182 is #3F9E7D. Grayscale: #818181. Windows color (decimal): -4169342 or 8544704. OLE color: 8544704.

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

Color convert

RGB 192 97 130 -
CMYK 0 0.49 0.32 0.25
HSL 339.16º 0.43% 0.57% -
HSV(B) 339.16º 0.49% 0.75% -
XYZ 30.04 21.37 23.66 -
YUV 129.17 128.47 172.82 -
System Red Green Blue C M Y K H S L
Decimal 192 97 130 0 0.49 0.32 0.25 339.16 0.43 0.57
Hex C0 61 82 0 31 20 19 153 2B 39
Octal 300 141 202 0 61 40 31 523 53 71
Binary 11000000 1100001 10000010 0 110001 100000 11001 101010011 101011 111001

Color Harmonies of #C06182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06182

Black with #C06182

Text Example


Text Example

White with #C06182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06182; }

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

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

background-color css

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

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

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

border-color css

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

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

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