Html Css Color HEX #C06581 Tapestry

📋 copy color: '#C06581'

red 192 ◦ green 101 ◦ blue 129

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

Shades of Tapestry #C06581

Tints of Tapestry #C06581

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.93%

 BLUE value IS 129 (50.78% from 255) = 30.57%

R = 45.5%
G = 23.93%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C06581 (or 0xC06581) is known color: Tapestry. HEX triplet: C0, 65 and 81. RGB value is (192,101,129). Sum of RGB (Red+Green+Blue) = 192+101+129=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C06581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06581 is #3F9A7E. Grayscale: #838383. Windows color (decimal): -4168319 or 8480192. OLE color: 8480192.

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

Color convert

RGB 192 101 129 -
CMYK 0 0.47 0.33 0.25
HSL 341.54º 0.42% 0.57% -
HSV(B) 341.54º 0.47% 0.75% -
XYZ 30.35 22.1 23.43 -
YUV 131.4 126.65 171.22 -
System Red Green Blue C M Y K H S L
Decimal 192 101 129 0 0.47 0.33 0.25 341.54 0.42 0.57
Hex C0 65 81 0 2F 21 19 156 2A 39
Octal 300 145 201 0 57 41 31 526 52 71
Binary 11000000 1100101 10000001 0 101111 100001 11001 101010110 101010 111001

Color Harmonies of #C06581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06581

Black with #C06581

Text Example


Text Example

White with #C06581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06581; }

 p { color: rgb(192,101,129); }

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

background-color css

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

 a { background-color: rgb(192,101,129); }

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

border-color css

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

 span { border-color: rgb(192,101,129); }

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