Html Css Color HEX #C06184 Tapestry

📋 copy color: '#C06184'

red 192 ◦ green 97 ◦ blue 132

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

Shades of Tapestry #C06184

Tints of Tapestry #C06184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.35%

R = 45.61%
G = 23.04%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C06184 (or 0xC06184) is known color: Tapestry. HEX triplet: C0, 61 and 84. RGB value is (192,97,132). Sum of RGB (Red+Green+Blue) = 192+97+132=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C06184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06184 is #3F9E7B. Grayscale: #818181. Windows color (decimal): -4169340 or 8675776. OLE color: 8675776.

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

Color convert

RGB 192 97 132 -
CMYK 0 0.49 0.31 0.25
HSL 337.89º 0.43% 0.57% -
HSV(B) 337.89º 0.49% 0.75% -
XYZ 30.18 21.42 24.37 -
YUV 129.4 129.47 172.65 -
System Red Green Blue C M Y K H S L
Decimal 192 97 132 0 0.49 0.31 0.25 337.89 0.43 0.57
Hex C0 61 84 0 31 1F 19 152 2B 39
Octal 300 141 204 0 61 37 31 522 53 71
Binary 11000000 1100001 10000100 0 110001 11111 11001 101010010 101011 111001

Color Harmonies of #C06184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06184

Black with #C06184

Text Example


Text Example

White with #C06184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06184; }

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

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

background-color css

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

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

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

border-color css

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

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

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