Html Css Color HEX #C06784 Tapestry

📋 copy color: '#C06784'

red 192 ◦ green 103 ◦ blue 132

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

Shades of Tapestry #C06784

Tints of Tapestry #C06784

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.12%

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

R = 44.96%
G = 24.12%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C06784 (or 0xC06784) is known color: Tapestry. HEX triplet: C0, 67 and 84. RGB value is (192,103,132). Sum of RGB (Red+Green+Blue) = 192+103+132=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C06784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06784 is #3F987B. Grayscale: #848484. Windows color (decimal): -4167804 or 8677312. OLE color: 8677312.

HSL color Cylindrical-coordinate representation of color #C06784: hue angle of 340.45º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C06784 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 103 132 -
CMYK 0 0.46 0.31 0.25
HSL 340.45º 0.41% 0.58% -
HSV(B) 340.45º 0.46% 0.75% -
XYZ 30.75 22.57 24.57 -
YUV 132.92 127.49 170.14 -
System Red Green Blue C M Y K H S L
Decimal 192 103 132 0 0.46 0.31 0.25 340.45 0.41 0.58
Hex C0 67 84 0 2E 1F 19 154 29 3A
Octal 300 147 204 0 56 37 31 524 51 72
Binary 11000000 1100111 10000100 0 101110 11111 11001 101010100 101001 111010

Color Harmonies of #C06784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06784

Black with #C06784

Text Example


Text Example

White with #C06784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06784; }

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

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

background-color css

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

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

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

border-color css

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

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

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