Html Css Color HEX #C07784 Tapestry

📋 copy color: '#C07784'

red 192 ◦ green 119 ◦ blue 132

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

Shades of Tapestry #C07784

Tints of Tapestry #C07784

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.86%

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

R = 43.34%
G = 26.86%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C07784 (or 0xC07784) is known color: Tapestry. HEX triplet: C0, 77 and 84. RGB value is (192,119,132). Sum of RGB (Red+Green+Blue) = 192+119+132=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C07784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07784 is #3F887B. Grayscale: #8E8E8E. Windows color (decimal): -4163708 or 8681408. OLE color: 8681408.

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

Color convert

RGB 192 119 132 -
CMYK 0 0.38 0.31 0.25
HSL 349.32º 0.37% 0.61% -
HSV(B) 349.32º 0.38% 0.75% -
XYZ 32.5 26.07 25.15 -
YUV 142.31 122.18 163.44 -
System Red Green Blue C M Y K H S L
Decimal 192 119 132 0 0.38 0.31 0.25 349.32 0.37 0.61
Hex C0 77 84 0 26 1F 19 15D 25 3D
Octal 300 167 204 0 46 37 31 535 45 75
Binary 11000000 1110111 10000100 0 100110 11111 11001 101011101 100101 111101

Color Harmonies of #C07784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07784

Black with #C07784

Text Example


Text Example

White with #C07784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07784; }

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

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

background-color css

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

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

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

border-color css

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

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

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