Html Css Color HEX #C06282 Tapestry

📋 copy color: '#C06282'

red 192 ◦ green 98 ◦ blue 130

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

Shades of Tapestry #C06282

Tints of Tapestry #C06282

RGB

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

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

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

R = 45.71%
G = 23.33%
B = 30.95%

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

#C06282 (or 0xC06282) is known color: Tapestry. HEX triplet: C0, 62 and 82. RGB value is (192,98,130). Sum of RGB (Red+Green+Blue) = 192+98+130=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C06282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06282 is #3F9D7D. Grayscale: #818181. Windows color (decimal): -4169086 or 8544960. OLE color: 8544960.

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

Color convert

RGB 192 98 130 -
CMYK 0 0.49 0.32 0.25
HSL 339.57º 0.43% 0.57% -
HSV(B) 339.57º 0.49% 0.75% -
XYZ 30.14 21.55 23.69 -
YUV 129.75 128.14 172.4 -
System Red Green Blue C M Y K H S L
Decimal 192 98 130 0 0.49 0.32 0.25 339.57 0.43 0.57
Hex C0 62 82 0 31 20 19 154 2B 39
Octal 300 142 202 0 61 40 31 524 53 71
Binary 11000000 1100010 10000010 0 110001 100000 11001 101010100 101011 111001

Color Harmonies of #C06282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06282

Black with #C06282

Text Example


Text Example

White with #C06282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06282; }

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

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

background-color css

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

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

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

border-color css

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

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

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